Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When a recipient address contains an illegal character (, ; <space> a@b@com etc), an exception is being thrown by method sendMail(List newAddresses, Transport trans).
The execution of the try in method sendMail() is stopped which may have created a <email:result> tag.
No </email:result> end tag is created when this occurs.
The execution of the try in method sendMail() is stopped which may have created a <email:result> tag.
No </email:result> end tag is created when this occurs.