SendFailedException.getInvalidAddresses()
843830May 1 2006 — edited Feb 2 2008Hi,
I have been trying to figure out exactly what it means by "invalid addresses" if getInvalidAddresses() returns one or more addresses.
The reason why I ask is because in the application I am working on, we are making the distinction between "invalid email address", that is, the email itself is invalid because it doesn't exist (etc.), and "error", that is, some error occurred in trying to send the email that may not be attributed to whether it was invalid.
Based on what I have read, this seems to be the case. I just want to verify that this is true.