Class SendEmail

All Implemented Interfaces:
Cloneable

public class SendEmail extends EmailTask
A task to send SMTP email. This task can send mail using either plain text, UU encoding or Mime format mail depending on what is available. Attachments may be sent using nested FileSet elements.
Since:
Ant 1.2
  • Constructor Details

    • SendEmail

      public SendEmail()
  • Method Details