I apologize for the lack of information. I am trying to use the ANT mail
task to send an email with attachment. ANT 1.5, JDK 1.3.1_04, Win2K.
Here is my task:
<mail mailhost="mailserver.mycompany.com" from="[EMAIL PROTECTED]"
failonerror="false" message="Testing Build complete email" tolist
="[EMAIL PROTECTED]" subject="Build Notification"/>
I always get the following resutls in debug mode:
[mail] Using MIME mail
[mail] Sending email: Build Notification
[mail] From [EMAIL PROTECTED]
[mail] To [[EMAIL PROTECTED]]
[mail] Cc []
[mail] Bcc []
[mail] Failed to send email
Notes:
mailserver.mycompany.com is a working SMTP server that I can see from this
machine.
Any help/advice on debugging this would be great!
Thanks!
George
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>