Class that is used by the [SMTPClient] to send emails.
Class that is used by the [SMTPClient] to send emails.
Add an address to the Cc section of an email.
Add an address to the recipients of an email.
Returns a cc's email address.
Return how many cc is set.
Helper emthod. Returns cc addresses formatted for the smtp protocoll.
Returns a cc's name.
Returns all ccs.
Helper emthod. Returns the email's body formatted for the smtp protocoll.
Returns a recipient's email address.
Return how many recipient is set.
Returns a recipient's name.
Returns all recipients.
Helper emthod. Returns the target addresses formatted for the smtp protocoll.
Removes a cc.
Removes a recipient.
Set a recipient's email address.
Set a cc's name.
Set all ccs. Should countain arrays of size 2. index 0 is address, index 1 is email.
Set a recipient's email address.
Set a recipient's name.
Set all recipients. Should countain arrays of size 2. index 0 is address, index 1 is email.
Shorthand for setting [member sender_address], and [member sender_personal].
The email's body.
The email's sender address. If you leave it empty the server default is used.
The email's sender name. If you leave it empty the server default is used.
The email's subject.