Methods

  NameDescription
Public methodSendEmail(MailAddress, String, String, Boolean)
Send an email to one address with the default sender.
Public methodSendEmail(array<MailAddress>[]()[][], String, String, Boolean)
Send an email to a list of addresses, using the default sender as the fromAddress.
Public methodSendEmail(MailAddress, MailAddress, String, String, Boolean)
Send an email to one address.
Public methodSendEmail(MailAddress, array<MailAddress>[]()[][], String, String, Boolean)
Send an email to a list of addresses.

See Also