, March 17, 2005 10:41 PM
To: user@ant.apache.org
Subject: RE: Ant's mail task
Hi Antoine,
I tried the SetProxy task but it didn't help. The task still fails and
gives me the following error
[mail] Failed to initialise MIME mail: javax/mail/MessagingException
[mail] Sending email
To: user@ant.apache.org
Subject: RE: Ant's mail task
Hi Antoine,
I tried the SetProxy task but it didn't help. The task still fails and
gives me the following error
[mail] Failed to initialise MIME mail: javax/mail/MessagingException
[mail] Sending email: ""
Does that mea
ne Levy-Lambert [mailto:[EMAIL PROTECTED]
Sent: Friday, March 18, 2005 11:44 AM
To: Ant Users List
Subject: Re: Ant's mail task
Hello,
there is a SetProxy task in the ant optional tasks. Unfortunately, a
glimpse in the code suggests that it might not work for mail. the task
is able to
Hello,
there is a SetProxy task in the ant optional tasks. Unfortunately, a
glimpse in the code suggests that it might not work for mail.
the task is able to define http, ftp and socks proxy hosts and ports,
but does not mention anything about SMTP.
Cheers,
Antoine
[EMAIL PROTECTED] wrote:
Hi,