Bug 36446 - [mail] task and non-existing addresses.
Summary: [mail] task and non-existing addresses.
Status: RESOLVED FIXED
Alias: None
Product: Ant
Classification: Unclassified
Component: Core tasks (show other bugs)
Version: 1.6.2
Hardware: All All
: P2 enhancement (vote)
Target Milestone: 1.8.0
Assignee: Ant Notifications List
URL:
Keywords: ErrorMessage
Depends on:
Blocks:
 
Reported: 2005-08-31 19:25 UTC by Alex
Modified: 2008-10-14 06:13 UTC (History)
2 users (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2005-08-31 19:25:08 UTC
The 'mail' task fails on RCPT when one of emails does not exist. 
There should be a flag to ignore this error.
If the flag is enabled, the error should not stop the build from sending a 
email message to other recepients. Although, a warning message should be 
printed.
Comment 1 Stefan Bodewig 2008-10-14 06:13:07 UTC
added with svn revision 704528.

Note that JavaMail may decide to not send any mail if one recipient is invalid, though.