appbase.gateway.smtp

Undocumented in source.

Modules

attachment
module appbase.gateway.smtp.attachment
Undocumented in source.
message
module appbase.gateway.smtp.message
Undocumented in source.

Public Imports

appbase.gateway.smtp.attachment
public import appbase.gateway.smtp.attachment;
appbase.gateway.smtp.message
public import appbase.gateway.smtp.message;

Members

Functions

sendMail
Tuple!(int, string) sendMail(string server, string senderAccount, string senderPassword, string senderNicename, string recipients, string subject, string content)

Send a email. recipients: a@xx.com;b@xx.com...

Meta