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: Ant mail problem SMTPSendFailedException Client was not authenticated

2006-05-09 Thread Noel J. Bergman
Unless the Ant project has started using the Mailet API, I don't believe that this has anything to do with the Mailet mailing list. For whatever reason, the server appears to be failing to authenticate the SMTP connection initiated by Ant. --- Noel --

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: Ant mail problem SMTPSendFailedException Client was not authenticated

2006-05-09 Thread Scot P. Floess
Geethakrishnan: Make sure your username/password is correct. Also ensure you are using the correct SMTP server (yours is listed as mail.ncmr.co.in )... I was able, using my own email server, to send using your build.xml. Scot Devaraj, Geethakrishnan wrote: Hi All, I got ur id from the a

Re: Ant mail problem SMTPSendFailedException Client was not authenticated

2006-05-09 Thread Antoine Levy-Lambert
Hello Geethakrishnan, Are you sure that your user for mail.ncmr.co.in is geethakrishnan and not [EMAIL PROTECTED] ? The same parameters which work in Outlook or Thunderbird to setup your SMTP parameters should be used in Ant. I have 2 email accounts, and in both case my SMTP user is the same as

Ant mail problem SMTPSendFailedException Client was not authenticated

2006-05-09 Thread Devaraj, Geethakrishnan
Hi All, I got ur id from the ant mailing list.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 .My ant task looks as below. TEST MAIL FROM ANT when i try to run ant -debug m

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