EmailSender SendEmail Method Kentico 8.0 API Reference
Overload List

  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.
Back to Top
See Also