MailSender

Constructors

this
this(CURL* curl, SMTPSettings sets)
this
this(SMTPSettings sets)

Destructor

~this
~this()
Undocumented in source.

Members

Functions

cleanup
void cleanup()
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(Mail mail)
setMailBuilder
void setMailBuilder(MailBuilder builder)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

basicMailBuilder
BasicMailBuilder basicMailBuilder;
Undocumented in source.
curl
CURL* curl;
Undocumented in source.
mailBuilder
MailBuilder mailBuilder;
Undocumented in source.
selfCreatedCURL
bool selfCreatedCURL;
Undocumented in source.
settings
SMTPSettings settings;
verbose
bool verbose;

Meta