mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Docs: fix bad MailerSend webhook examples
This commit is contained in:
@@ -449,7 +449,7 @@ follow MailerSend's instructions to `add a webhook to your domain`_.
|
|||||||
|
|
||||||
ANYMAIL = {
|
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.
|
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 = {
|
ANYMAIL = {
|
||||||
# ...
|
# ...
|
||||||
MAILERSEND_INBOUND_SECRET = "<secret you copied>"
|
"MAILERSEND_INBOUND_SECRET": "<secret you copied>"
|
||||||
}
|
}
|
||||||
|
|
||||||
Note that this is a *different* secret from the
|
Note that this is a *different* secret from the
|
||||||
|
|||||||
Reference in New Issue
Block a user