org.apache.tools.ant.taskdefs

Class SendEmail

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

UNKNOWN: name="mail" category="network"

Method Summary
voidsetMailport(Integer value)
Sets the mailport parameter of this build task.

Method Detail

setMailport

public void setMailport(Integer value)

Deprecated: Use {@link #setMailport(int)} instead.

Sets the mailport parameter of this build task.

Parameters: value mail port name.

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.