RE: Ant's mail task

2005-03-18 Thread ArchitP
, 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

RE: Ant's mail task

2005-03-18 Thread Rich Harris
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

RE: Ant's mail task

2005-03-17 Thread ArchitP
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

Re: Ant's mail task

2005-03-17 Thread Antoine Levy-Lambert
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,