Re: Fw: Ant mail problem SMTPSendFailedException Client was not authenticated

2006-05-09 Thread shree vinayakh
hi, Test Mail the above is my ant task and it works well with the attachment too... i got the same problem with the mime types. i added pop3.jar, smtp.jar, mail.jar, mailapi.jar and activation.jar. once this is done i was able to send emails without any problem using my ant task. regar

Re: [SPAM-H] - Re: Fw: Ant mail problem SMTPSendFailedException Client was not authenticated - Email has different SMTP TO: and MIME TO: fields in the email addresses

2006-05-09 Thread Devaraj, Geethakrishnan
with our outlook working perfectly.Yes my username and password is correct. Geethakrishnan - Original Message - From: "Scot P. Floess" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Tuesday, May 09, 2006 6:34 PM Subject: [SPAM-H] - Re: Fw: Ant mail probl

Re: Fw: Ant mail problem SMTPSendFailedException Client was not authenticated

2006-05-09 Thread Scot P. Floess
I more or less ran your build.xml (well using my password/username and my SMTP server) and it worked for me... Scot P. Floess wrote: Are you sure your user name and/or password are correct? It looks like the SMTP server is complaining about one of them. Also, just to make extra sure (as you

Re: Fw: Ant mail problem SMTPSendFailedException Client was not authenticated

2006-05-09 Thread Scot P. Floess
Are you sure your user name and/or password are correct? It looks like the SMTP server is complaining about one of them. Also, just to make extra sure (as you say you can telnet to the box), is mail.ncmr.co.in your SMTP server or pop server? I ask, because I know at Earthlink I have a pop se

Fw: Ant mail problem SMTPSendFailedException Client was not authenticated

2006-05-09 Thread Devaraj, Geethakrishnan
Hi All, Could u help me with this problem.I am using Ant 1.6.2 to send a mail i have downloaded mail.jar and aactivation.jar and put it in my ANT_HOME/lib.My ant task looks as below. TEST MAIL FROM ANT when i try to run ant -debug mail i get