We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ef492 commit 88eccc6Copy full SHA for 88eccc6
docs/esps/mailersend.rst
@@ -449,7 +449,7 @@ follow MailerSend's instructions to `add a webhook to your domain`_.
449
450
ANYMAIL = {
451
# ...
452
- MAILERSEND_SIGNING_SECRET = "<secret you copied>"
+ "MAILERSEND_SIGNING_SECRET": "<secret you copied>"
453
}
454
455
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
517
518
519
520
- MAILERSEND_INBOUND_SECRET = "<secret you copied>"
+ "MAILERSEND_INBOUND_SECRET": "<secret you copied>"
521
522
523
Note that this is a *different* secret from the
0 commit comments