class EMail
fields
EMail.server
EMail.server : string
The SMTP server to connect to.
EMail.username
EMail.username : string
The username to use to authenticate with the SMTP server.
EMail.password
EMail.password : string
The password to use to authenticate with the SMTP server.
EMail.from
EMail.from : string
The From email address.
EMail.to
EMail.to : string
The To email address.
EMail.subject
EMail.subject : string
The Subject of the email.
EMail.text
EMail.text : string
The plaintext email body.
EMail.html
EMail.html : string
The HTML email body.
EMail.attachments
EMail.attachments : (Attachment)
A list of email attachments.
EMail.replyto
EMail.replyto : string
the Reply-To email address.