Save This Page
Home » apache-ant-1.8.1 » org.apache.tools » ant » taskdefs » email » [javadoc | source]
org.apache.tools.ant.taskdefs.email
class: PlainMailer [javadoc | source]
java.lang.Object
   org.apache.tools.ant.taskdefs.email.Mailer
      org.apache.tools.ant.taskdefs.email.PlainMailer

Direct Known Subclasses:
    UUMailer

Class responsible for sending email through raw protocol methods.
Fields inherited from org.apache.tools.ant.taskdefs.email.Mailer:
host,  port,  user,  password,  SSL,  message,  from,  replyToList,  toList,  ccList,  bccList,  files,  subject,  task,  includeFileNames,  headers
Method from org.apache.tools.ant.taskdefs.email.PlainMailer Summary:
attach,   send
Methods from org.apache.tools.ant.taskdefs.email.Mailer:
getDate,   isStartTLSEnabled,   send,   setBccList,   setCcList,   setEnableStartTLS,   setFiles,   setFrom,   setHeaders,   setHost,   setIgnoreInvalidRecipients,   setIncludeFileNames,   setMessage,   setPassword,   setPort,   setReplyToList,   setSSL,   setSubject,   setTask,   setToList,   setUser,   shouldIgnoreInvalidRecipients
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tools.ant.taskdefs.email.PlainMailer Detail:
 protected  void attach(File file,
    PrintStream out) throws IOException 
    Attaches a file to this email
 public  void send() 
    Sends the email using the apache MailMessage class.