chefzaid / emailator

A set of mailing tools - bulk sending, extraction, verification, and forwarding.
1 stars 3 forks source link

Bounce email processing #41

Open chefzaid opened 8 years ago

chefzaid commented 8 years ago

The fact that an email was sent doesnt guarantee that it was actually delivered You may want to check if you can receive the bounce message to validate the final status. Taht way you would use ERROR if exception is caught when calling the send method, and FAIL if there is a bounce email received.

How to catch this bounce email?