mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Docs: missed param in pre_send signature
[ci skip]
This commit is contained in:
@@ -68,7 +68,7 @@ without raising any other errors.
|
||||
|
||||
Your pre_send receiver must be a function with this signature:
|
||||
|
||||
.. function:: def my_pre_send_handler(sender, message, **kwargs):
|
||||
.. function:: def my_pre_send_handler(sender, message, esp_name, **kwargs):
|
||||
|
||||
(You can name it anything you want.)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user