Docs: note alternative for Postmark

This commit is contained in:
Mike Edmunds
2023-10-25 12:47:17 -07:00
parent 88eccc67df
commit 0b96612143

View File

@@ -6,9 +6,15 @@ Postmark
Anymail integrates with the `Postmark`_ transactional email service, Anymail integrates with the `Postmark`_ transactional email service,
using their `HTTP email API`_. using their `HTTP email API`_.
.. sidebar:: Alternatives
The :pypi:`postmarker` package includes a `Postmarker Django EmailBackend`_.
Depending on your needs, it may be more appropriate than Anymail.
.. _Postmark: https://postmarkapp.com/ .. _Postmark: https://postmarkapp.com/
.. _HTTP email API: https://postmarkapp.com/developer/api/email-api .. _HTTP email API: https://postmarkapp.com/developer/api/email-api
.. _Postmarker Django EmailBackend:
https://postmarker.readthedocs.io/en/stable/django.html
Settings Settings
-------- --------