Uses of Class
org.melati.util.EmailException

Packages that use EmailException
org.melati.util An assortment of useful objects. 
 

Uses of EmailException in org.melati.util
 

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.
 



Copyright © 2000-2010 PanEris. All Rights Reserved.