mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
* Change Anymail's test EmailBackend to collect sent messages in django.core.mail.outbox, same as Django's own locmem EmailBackend. (So Django's test runner will automatically clear accumulated mail between test cases.) * Rename EmailMessage `test_response` attr to `anymail_test_response` to avoid conflicts, and record merged ESP send params in new `anymail_send_params` attr. * Add docs Closes #36.
19 lines
335 B
ReStructuredText
19 lines
335 B
ReStructuredText
Tips, tricks, and advanced usage
|
|
--------------------------------
|
|
|
|
Some suggestions and recipes for getting things
|
|
done with Anymail:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
multiple_backends
|
|
django_templates
|
|
securing_webhooks
|
|
test_backend
|
|
|
|
.. TODO:
|
|
.. Working with django-mailer(2)
|
|
.. Sharing backend connections (sessions)
|
|
|