Re: Mail Task

2012-03-27 Thread Vimil Saju
I've seen this issue only when the email format is invalid. are you sure there are no errors in the email address format? like an @ missing or something From: Eric Fetzer To: Ant Users List Sent: Tuesday, March 27, 2012 6:11 PM Subject: Re: Mail Task The em

Re: Mail Task

2012-03-27 Thread Eric Fetzer
The email address no longer exists. For some reason it won't even try to send the email. Even the valid addresses don't get sent to. On Mar 27, 2012, at 7:44 PM, Vimil Saju wrote: > By invalid do you mean the format of the email-address is invalid or that the > email-address no longer exis

Re: Mail Task

2012-03-27 Thread Vimil Saju
By invalid do you mean the format of the email-address is invalid or that the email-address no longer exists? If the email address doesn't exist should'nt the sender get back a bounced email notification? From: Eric Fetzer To: Joe Attardi Cc: Ant Users List

Re: Mail Task

2012-03-27 Thread Joe Attardi
What's the point of sending email to an invalid address? :) On Tue, Mar 27, 2012 at 2:22 PM, Eric Fetzer wrote: > All, > > I'm having the mail task fail if the tolist or cclist have ANY invalid > addresses. > > [mail] Sending email: My Subject > [mail] Failed to send email: Invalid Add

Re: Mail Task

2012-03-27 Thread Eric Fetzer
The point isn't to send the email to the invalid address. It's that I'm not informed when they become invalid and don't notice that the mails stop being sent... Next thing I know, users are uninformed of prod deploys coming and I have to figure out which addresses are invalid to fix it. On

Re: windows vs linux paths in properties

2012-03-27 Thread James Moore
On Tue, Mar 27, 2012 at 7:27 AM, Jasper Floor wrote: > This fails terribly in windows because of the / > The reason, obviously is that the / should be a \ in windows.\ > That shouldn't be the problem; both \ and / are file separators in Windows and always have been. There are some Windows tools

Mail Task

2012-03-27 Thread Eric Fetzer
All,   I'm having the mail task fail if the tolist or cclist have ANY invalid addresses.   [mail] Sending email: My Subject [mail] Failed to send email: Invalid Addresses   I'm running 1.7.0 and here's the code:      This is my message.      Any