org.apache.tools.ant.taskdefs.email

Class MimeMailer

public class MimeMailer extends Mailer

Uses the JavaMail classes to send Mime format email.

Since: Ant 1.5

Method Summary
voidsend()
Send the email.

Method Detail

send

public void send()
Send the email.

Throws: BuildException if the email can't be sent.