summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorTim Schilling <schillingt@better-simple.com>2025-10-27 10:09:11 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2025-11-06 15:52:25 -0500
commit03f31bcddffe50c30a187fd238b578309a4cabaf (patch)
treeed8fd58ec02fb24678873d2a56cf495f22455a6b /docs/topics
parentca824284425e0a132ccec1e7f2ca9dbef8175795 (diff)
[6.0.x] Added community package email backends mention to docs.
Co-authored-by: Clifford Gama <cliffygamy@gmail.com> Backport of 47ac64ed8bba4de98376b961c739036b3199394b from main.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/email.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index 6ce30a67d4..c29eae5d74 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -789,6 +789,16 @@ specify this backend, put the following in your settings::
This backend is not intended for use in production -- it is provided as a
convenience that can be used during development.
+.. admonition:: There are community-maintained solutions too!
+
+ Django has a vibrant ecosystem. There are email backends
+ highlighted on the `Community Ecosystem`_ page. The Django Packages
+ `Email grid`_ has even more options for you!
+
+.. _Community Ecosystem: https://www.djangoproject.com/community/ecosystem/#email-and-notifications
+.. _Email grid: https://djangopackages.org/grids/g/email/
+
+
.. _topic-custom-email-backend:
Defining a custom email backend