EmailSender

Undocumented in source.

Constructors

this
this()

Constructor that creates the reusable process

Members

Functions

sendEmail
bool sendEmail(cstring sender, cstring[] recipients, cstring subject, cstring msg_body, cstring reply_to, cstring mail_id, cstring[] cc, cstring[] bcc)

Spawns a child process that sends an email using sendmail.

sendEmail
bool sendEmail(cstring sender, cstring recipients, cstring subject, cstring msg_body, cstring reply_to, cstring mail_id, cstring cc, cstring bcc)

Spawns a child process that sends an email using sendmail.

Meta