| Methods in amber.utility that throw AmberMessagingException |
void |
MailSystem.sendEmail(java.lang.String to,
java.lang.String subject,
java.lang.String body,
java.lang.String type)
Sends a piece of text mail to the specified recipient. |
static void |
MailSystem.sendEmail(java.lang.String to,
java.lang.String from,
java.lang.String subject,
java.lang.String body,
java.lang.String smtpServer,
java.lang.String type)
Sends a piece of text mail to the specified recipient. |
static void |
MailSystem.setUpHtml(java.lang.String body,
amber.utility.Message msg,
java.lang.String type)
|
static void |
MailSystem.sendEmail(java.lang.String to,
java.lang.String from,
java.lang.String subject,
java.lang.String body,
java.lang.String smtpServer)
Sends a piece of text mail to the specified recipient. |