From 88eccc67dfd19f252ebe0a50dc50cbeeeb9a05cb Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Wed, 25 Oct 2023 12:36:40 -0700 Subject: [PATCH] Docs: fix bad MailerSend webhook examples --- docs/esps/mailersend.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/esps/mailersend.rst b/docs/esps/mailersend.rst index 531e9776..5037d31e 100644 --- a/docs/esps/mailersend.rst +++ b/docs/esps/mailersend.rst @@ -449,7 +449,7 @@ follow MailerSend's instructions to `add a webhook to your domain`_. ANYMAIL = { # ... - MAILERSEND_SIGNING_SECRET = "" + "MAILERSEND_SIGNING_SECRET": "" } For troubleshooting, MailerSend provides a helpful log of calls to the webhook. @@ -517,7 +517,7 @@ If you want to receive email from MailerSend through Anymail's normalized ANYMAIL = { # ... - MAILERSEND_INBOUND_SECRET = "" + "MAILERSEND_INBOUND_SECRET": "" } Note that this is a *different* secret from the