DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38326>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38326 Summary: Mail task - Multiple TOADDRESS error Product: Ant Version: 1.6.2 Platform: All OS/Version: Linux Status: NEW Severity: critical Priority: P1 Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] I am having problem sending executing MAIL task for more than one TOADDRESS. I have tried with properties, property files every way it is not working. Email addresses are valid email addresses. Any help would be appreciated. Thanks Error: javax.mail.internet.AddressException: Illegal address in string [EMAIL PROTECTED],[EMAIL PROTECTED]'' Script: <mail mailhost="some-gw.some.com" mailport="25" subject="Test build"> <from address="[EMAIL PROTECTED]"/> <replyto address="[EMAIL PROTECTED]"/> <to address="[EMAIL PROTECTED],[EMAIL PROTECTED]"/> <message>yandev06 deployment will start in 5 minutes.</message> <fileset dir="Misc"> </fileset> </mail> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]