try if this works: <mail mailhost="ZGALC001" from="[EMAIL PROTECTED]" tolist="[EMAIL PROTECTED],[EMAIL PROTECTED]" subject="The Result of the build" message="The nightly build has completed" />
Suresh -----Original Message----- From: Fionnula Glynn [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14, 2002 1:47 PM To: 'Ant Users List' Subject: RE: Ant Mail task Yes, both are in my classpath and still no joy. Anyone else have any ideas? Fionnuala. -----Original Message----- From: Paidighantam Venkata Suresh [mailto:[EMAIL PROTECTED]] Sent: 14 October 2002 06:51 To: 'Ant Users List' Subject: RE: Ant Mail task Check whether mail.jar and activation.jar are in your classpath Suresh -----Original Message----- From: Fionnula Glynn [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 7:02 PM To: [EMAIL PROTECTED] Subject: Ant Mail task Hi Everyone, Has anyone used the Ant mail task before? This is the task in my build file: <echo message="See build report at: reports\index.html"/> <mail mailhost="ZGALC001" subject="The Result of the build" > <from address="[EMAIL PROTECTED]"/> <to address="[EMAIL PROTECTED],[EMAIL PROTECTED]"/> <message>The nightly build has completed</message> </mail> And I get the following error [echo] See build report at: reports\index.html [mail] Failed to initialise MIME mail [mail] Sending email: The Result of the build [mail] Failed to send email BUILD FAILED Anyone seen this before? Regards, Fionnuala. ********************************************************************** The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. ********************************************************************** -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
