mirror of
https://github.com/django/django.git
synced 2025-11-20 19:47:55 +00:00
Added community package email backends mention to docs.
Co-authored-by: Clifford Gama <cliffygamy@gmail.com>
This commit is contained in:
parent
6d4d99b3ce
commit
47ac64ed8b
1 changed files with 10 additions and 0 deletions
|
|
@ -773,6 +773,16 @@ specify this backend, put the following in your settings::
|
||||||
This backend is not intended for use in production -- it is provided as a
|
This backend is not intended for use in production -- it is provided as a
|
||||||
convenience that can be used during development.
|
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:
|
.. _topic-custom-email-backend:
|
||||||
|
|
||||||
Defining a custom email backend
|
Defining a custom email backend
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue