Skip to content

Commit 88eccc6

Browse files
committed
Docs: fix bad MailerSend webhook examples
1 parent b5ef492 commit 88eccc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/esps/mailersend.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ follow MailerSend's instructions to `add a webhook to your domain`_.
449449
450450
ANYMAIL = {
451451
# ...
452-
MAILERSEND_SIGNING_SECRET = "<secret you copied>"
452+
"MAILERSEND_SIGNING_SECRET": "<secret you copied>"
453453
}
454454
455455
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
517517
518518
ANYMAIL = {
519519
# ...
520-
MAILERSEND_INBOUND_SECRET = "<secret you copied>"
520+
"MAILERSEND_INBOUND_SECRET": "<secret you copied>"
521521
}
522522
523523
Note that this is a *different* secret from the

0 commit comments

Comments
 (0)