Skip to content

Commit

Permalink
Docs: fix bad MailerSend webhook examples
Browse files Browse the repository at this point in the history
  • Loading branch information
medmunds committed Oct 25, 2023
1 parent b5ef492 commit 88eccc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/esps/mailersend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 88eccc6

Please sign in to comment.