Methods in org.melati.util that throw EmailException |
static void |
Email.send(String smtpServer,
String from,
String to,
String replyto,
String subject,
String text)
Send the email. |
static void |
Email.sendAsHtmlWithAttachments(String smtpServer,
String from,
String to,
String replyto,
String subject,
String plainText,
String htmlText,
File[] referenced,
File[] attachments)
Send HTML message with attachments. |
static void |
Email.sendToList(String smtpServer,
String from,
String[] toList,
String replyto,
String subject,
String message)
Send the email to a list of recipients. |
static void |
Email.sendWithAttachments(String smtpServer,
String from,
String to,
String replyto,
String subject,
String text,
File[] attachments)
Send message with attachments. |