- send
void send(string subject, string message, string fromEmail, string fromName, string toEmail, string toName)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
void send(string subject, string message, string fromEmail, string fromName, string toEmail, string toName, string contentType)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
void send(string subject, string message, string senderEmail, string senderName, string fromEmail, string fromName, string toEmail, string toName)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
void send(string subject, string message, string senderEmail, string senderName, string fromEmail, string fromName, string toEmail, string toName, string contentType)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDefaultContentType
void setDefaultContentType(string contentType)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDefaultSender
void setDefaultSender(string senderEmail, string senderName)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTimeZone
void setTimeZone(string timeZone)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTlsContextSetup
void setTlsContextSetup(void delegate(scope TLSContext) @(safe) newContextSetup)
Sets the tls context setup.
- setTlsValidationMode
void setTlsValidationMode(TLSPeerValidationMode newValidationMode)
Sets the tls validation mode.
- setTlsVersion
void setTlsVersion(TLSVersion newVersion)
- setDefaultContentType
void setDefaultContentType(string contentType)
Undocumented in source.
- setTimeZone
void setTimeZone(string timeZone)
Undocumented in source.
- setDefaultSender
void setDefaultSender(string senderEmail, string senderName)
Undocumented in source.
- send
void send(string subject, string message, string senderEmail, string senderName, string fromEmail, string fromName, string toEmail, string toName)
Undocumented in source.
- send
void send(string subject, string message, string senderEmail, string senderName, string fromEmail, string fromName, string toEmail, string toName, string contentType)
Undocumented in source.
- send
void send(string subject, string message, string fromEmail, string fromName, string toEmail, string toName)
Undocumented in source.
- send
void send(string subject, string message, string fromEmail, string fromName, string toEmail, string toName, string contentType)
Undocumented in source.