On Wed, 30 Jan 2002, Zhendi Su <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I tried to send an email using ant's mail task, but it failed.  The
> error message was:
> 
> /home/rsu/prototype/build.xml:10: IO error sending mail: Connection
> refused at

This means, that there is no mail server running on the mailhost you
have specified (or the SMTP server doesn't want to talk to you).  As
you don't give a mailhost attribute in your snippet, Ant will use the
default value of localhost.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to