3
0
Fork 0

docs: add some docs about sending app emails, and logging to email

This commit is contained in:
Lance Edgar 2024-12-18 22:09:59 -06:00
parent fa76eb6aa9
commit c1f3fcc412
6 changed files with 337 additions and 2 deletions

18
docs/narr/email/index.rst Normal file
View file

@ -0,0 +1,18 @@
Email
=====
There is some built-in support for sending emails from your app. The
primary intended use case is for "internal" emails, e.g. sending daily
reports to the finance team etc. Each "type" of email can be sent to
different recipients.
You also may want to configure logging such that you receive email
when errors are logged.
.. toctree::
:maxdepth: 2
sending
custom
logging