diff --git a/docs/usage/email.rst b/docs/usage/email.rst --- a/docs/usage/email.rst +++ b/docs/usage/email.rst @@ -15,6 +15,7 @@ a username (``smtp_username``) and passw port (``smtp_port``), encryption settings (``smtp_use_tls`` or ``smtp_use_ssl``) and/or specific authentication parameters (``smtp_auth``). + Application emails ------------------ @@ -42,6 +43,7 @@ a name and an address in the following f optionally be prefixed with the value of ``email_prefix`` in the configuration file. + Error emails ------------ @@ -61,10 +63,12 @@ a name and an address in the following f standard SMTP port (25). If you have a remote SMTP server with a different port, you could set up a local forwarding SMTP server on port 25. + References ---------- - `Error Middleware (Pylons documentation) `_ - `ErrorHandler (Pylons modules documentation) `_ + .. _WebError: https://pypi.python.org/pypi/WebError