From 2f074358168eb480ec5af44c4685dc2729981341 Mon Sep 17 00:00:00 2001 From: MaximilianKohler Date: Sun, 13 Aug 2023 03:18:39 -0700 Subject: [PATCH] Update bounces docs (#1445) proper bullets --- docs/docs/content/bounces.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/content/bounces.md b/docs/docs/content/bounces.md index f17160f..3b79462 100644 --- a/docs/docs/content/bounces.md +++ b/docs/docs/content/bounces.md @@ -42,7 +42,7 @@ curl -u 'username:password' -X POST localhost:9000/webhooks/bounce \ ### External webhooks listmonk supports receiving bounce webhook events from the following SMTP providers. -| Endpoint | Description | | +| Endpoint | Description | More info | |-----------------------------|------------------|-----------| -| `https://listmonk.yoursite.com/webhooks/service/ses` | Amazon (AWS) SES | You can use these [Mautic steps](https://docs.mautic.org/en/channels/emails/bounce-management#amazon-webhook) as a general guide, but use your listmonk's endpoint instead.
* When creating the *topic* select "standard" instead of the preselected "FIFO". You can put a name and leave everything else at default.
* When creating a *subscription* choose HTTPS for "Protocol", and leave *"Enable raw message delivery"* UNCHECKED.
* On the _"SES -> verified identities"_ page, make sure to check **"[include original headers](https://github.com/knadh/listmonk/issues/720#issuecomment-1046877192)"**.
* The Mautic screenshot suggests you should turn off _email feedback forwarding_, but that's completely optional depending on whether you want want email notifications. | +| `https://listmonk.yoursite.com/webhooks/service/ses` | Amazon (AWS) SES | You can use these [Mautic steps](https://docs.mautic.org/en/channels/emails/bounce-management#amazon-webhook) as a general guide, but use your listmonk's endpoint instead. | | `https://listmonk.yoursite.com/webhooks/service/sendgrid` | Sendgrid / Twilio Signed event webhook | [More info](https://docs.sendgrid.com/for-developers/tracking-events/getting-started-event-webhook-security-features) |