Fixed
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Brad Wood
Brad WoodLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Priority
Created 6 February 2017 at 19:37
Updated 14 May 2020 at 08:35
Resolved 10 March 2017 at 14:38
If mail is sent to a server (tested with Exchange server) with multiple "to" addresses that are all syntactically valid, but the mail server rejects one or more of the addresses as not being real accounts, no one on the "to" list receives the message.
This is documented here:
http://docs.oracle.com/javaee/6/api/javax/mail/SendFailedException.html#getValidUnsentAddresses%28%29
And an example of the exception from the mail logs is:
According to the doc link above though, there is a method to retrieve the addresses in the message that WERE valid. Improve Lucee to retry sending the message to only the good addresses in the list. The original failure should still be logged.