From 0b9661214315e07479080523975e3a627bbbe220 Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Wed, 25 Oct 2023 12:47:17 -0700 Subject: [PATCH] Docs: note alternative for Postmark --- docs/esps/postmark.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/esps/postmark.rst b/docs/esps/postmark.rst index 7360c3ed..c83567bb 100644 --- a/docs/esps/postmark.rst +++ b/docs/esps/postmark.rst @@ -6,9 +6,15 @@ Postmark Anymail integrates with the `Postmark`_ transactional email service, 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/ .. _HTTP email API: https://postmarkapp.com/developer/api/email-api - +.. _Postmarker Django EmailBackend: + https://postmarker.readthedocs.io/en/stable/django.html Settings --------