Add brief section on bounce handling to email doc (#6900)

This commit is contained in:
tshenry 2019-01-18 01:02:05 -08:00 committed by Jeff Atwood
parent 95e3841974
commit 1e5ddb007f
1 changed files with 4 additions and 0 deletions

View File

@ -40,3 +40,7 @@ Go to [My Account page](https://www.mailjet.com/account) and click on the ["SMTP
[gun]: http://www.mailgun.com/
[sg]: https://sendgrid.com/
[sg2]: https://sendgrid.com/docs/Classroom/Send/How_Emails_Are_Sent/api_keys.html
### Bounce Handling
When using a third party email service, you will need to enable VERP, or activate their **webhooks** in order to handle bouncing emails. [Full details here.](https://meta.discourse.org/t/handling-bouncing-e-mails/45343)