Re: Problem while sending Mail through ANT

2009-07-23 Thread David Weintraub
If you don't use MIME encoding, you don't need any additional jars for mail. However, if you use MIME encoding, you need the following jars: mail.jar Mail task with Mime encoding, and the MimeMail task http://java.sun.com/products/javamail/ jsse.jar Support for SMTP over TLS/SSL in the Mail task

Re: Problem while sending Mail through ANT

2009-07-23 Thread Gilbert Rebhan
Ajit Dusane schrieb: > Hi, > > I want to send one file as an attachment while sending mail through ANT. > But I am getting one error while sending mail. Could you please tell me the > way it can be resolved??? > > I am using Ant version 1.7.1 > > Error: > Email: > [mail] Failed to initiali

Problem while sending Mail through ANT

2009-07-23 Thread Ajit Dusane
Hi, I want to send one file as an attachment while sending mail through ANT. But I am getting one error while sending mail. Could you please tell me the way it can be resolved??? I am using Ant version 1.7.1 Error: Email: [mail] Failed to initialise MIME mail: javax/mail/MessagingException