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: lakshmioffice@yahoo.com
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
``raj@some.com,raj2@some.com''
Script:
<mail mailhost="some-gw.some.com" mailport="25" subject="Test build">
<from address="build@staples.com"/>
<replyto address="build@staples.com"/>
<to address="raj@some.com,raj2@some.com"/>
<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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|