Click or drag to resize
EmailSender Methods

The EmailSender type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSendEmail(EmailMessage)
Send an e-mail with global settings.
Public methodStatic memberSendEmail(String, EmailMessage, Boolean)
Send an e-mail with the site settings.
Public methodStatic memberSendEmail(String, EmailMessage, String, String)
Sends an e-mail based on the template and dynamically merged values.
Public methodStatic memberSendEmail(String, EmailMessage, Boolean, String, Int32)
Send an e-mail with the site settings and e-mail set info.
Public methodStatic memberSendEmail(String, EmailMessage, String, MacroResolver, Boolean)
Sends an e-mail based on the template and dynamically merged values.
Public methodStatic memberSendEmailWithTemplateText(String, EmailMessage, EmailTemplateInfo, String)
Sends an e-mail based on the template text and dynamically merged values.
Public methodStatic memberSendEmailWithTemplateText(String, EmailMessage, EmailTemplateInfo, MacroResolver, Boolean)
Sends an e-mail based on the template text and dynamically merged values.
Public methodStatic memberSendMassEmails
Creates mass e-mails in the e-mail queue for specified members.
Public methodStatic memberSendTestEmail
Sends the test e-mail to verify that the SMTP server receives e-mails.
Top
See Also