-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add important step regarding ses in bounces.md (#1907)
Bounces seemingly aren't sent if this setting is only configured for the domain, needs to be configured for send-as email addresses also.
- Loading branch information
1 parent
0940e81
commit 5d5f484
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,11 +79,12 @@ If using SES as your SMTP provider, automatic bounce processing is the recommend | |
8. For both "Bounce feedback" and "Complaint feedback", use the following settings: | ||
- SNS topic: `ses-bounces` (or whatever you named it) | ||
- Include original email headers: `Enabled` (checked) | ||
9. Bounce processing should now be working. You can test it with [SES simulator addresses](https://docs.aws.amazon.com/ses/latest/dg/send-an-email-from-console.html#send-email-simulator). Add them as subscribers, send them campaign previews, and ensure that the appropriate action was taken after the configured bounce count was reached. | ||
9. Repeat steps 6-8 for any `Email address` identities you send from using listmonk | ||
10. Bounce processing should now be working. You can test it with [SES simulator addresses](https://docs.aws.amazon.com/ses/latest/dg/send-an-email-from-console.html#send-email-simulator). Add them as subscribers, send them campaign previews, and ensure that the appropriate action was taken after the configured bounce count was reached. | ||
- Soft bounce: `[email protected]` | ||
- Hard bounce: `[email protected]` | ||
- Complaint: `[email protected]` | ||
10. You can optionally [disable email feedback forwarding](https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications-email.html#monitor-sending-activity-using-notifications-email-disabling). | ||
11. You can optionally [disable email feedback forwarding](https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications-email.html#monitor-sending-activity-using-notifications-email-disabling). | ||
|
||
## Exporting bounces | ||
|
||
|