| EmailSender Methods | 
The EmailSender type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | SendEmail(EmailMessage) | 
            Send an e-mail with global settings.
             | 
|   | SendEmail(String, EmailMessage, Boolean) | 
            Send an e-mail with the site settings.
             | 
|   | SendEmail(String, EmailMessage, String, String) | Obsolete. 
            Sends an e-mail based on the template and dynamically merged values.
             | 
|   | SendEmail(String, EmailMessage, Boolean, String, Int32) | 
            Send an e-mail with the site settings and e-mail set info.
             | 
|   | SendEmail(String, EmailMessage, String, MacroResolver, Boolean) | 
            Sends an e-mail based on the template and dynamically merged values.
             | 
|   | SendEmailWithTemplateText(String, EmailMessage, EmailTemplateInfo, String) | Obsolete. 
            Sends an e-mail based on the template text and dynamically merged values.
             | 
|   | SendEmailWithTemplateText(String, EmailMessage, EmailTemplateInfo, MacroResolver, Boolean) | 
            Sends an e-mail based on the template text and dynamically merged values.
             | 
|   | SendMassEmails | 
            Creates mass e-mails in the e-mail queue for specified members.
             | 
|   | SendTestEmail | 
            Sends the test e-mail to verify that the SMTP server receives e-mails.
             | 
 See Also
See Also