docs: add some docs about sending app emails, and logging to email
This commit is contained in:
parent
fa76eb6aa9
commit
c1f3fcc412
6 changed files with 337 additions and 2 deletions
18
docs/narr/email/index.rst
Normal file
18
docs/narr/email/index.rst
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue