EmailSender Class |
Namespace: CMS.EmailEngine
public static class EmailSender
The EmailSender type exposes the following members.
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, MacroResolver, Boolean) |
Sends an e-mail based on the template and dynamically merged values.
| |
SendEmailWithTemplateText |
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.
|