Docs: fix bad MailerSend webhook examples

This commit is contained in:
Mike Edmunds
2023-10-25 12:36:40 -07:00
parent b5ef492466
commit 88eccc67df

View File

@@ -449,7 +449,7 @@ follow MailerSend's instructions to `add a webhook to your domain`_.
ANYMAIL = {
# ...
MAILERSEND_SIGNING_SECRET = "<secret you copied>"
"MAILERSEND_SIGNING_SECRET": "<secret you copied>"
}
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 = "<secret you copied>"
"MAILERSEND_INBOUND_SECRET": "<secret you copied>"
}
Note that this is a *different* secret from the