When an email is rejected by an smtp email server, an email is returned that is called a bounce email.
When an SMTP server can't deliver a message to a mailbox, a bounce message is returned to the original sender.
The bounce message is returned with:
The bounce message may not:
The Variable envelope return path (VERP) 1) is a technique that helps to identify the bounce email address.
A VERP is a envelope where the sender address has the original author in its tag.
Example of sender email address where the sender is [email protected] and the tag is bob=example.org
[email protected]
This problem could be solved with the DSN option (see Rfc 1891, Rfc 1892, and Rfc 1894) Unfortunately, the DSN option is useless because it's mostly not supported the MTA.
Some SMTP provider adds the header X-Failed-Recipients that indicates the failed recipients.
X-Failed-Recipients: [email protected]