# HG changeset patch # User Thomas De Schampheleire # Date 2017-01-27 19:47:10 # Node ID e223c36e5b68ed1e40d81f7c42d41f602007d465 # Parent fc6b1b0e1096382fc14dd36a22dac6b2bcd05a53 docs: update email documentation for TurboGears2 Small update to the documentation. diff --git a/docs/usage/email.rst b/docs/usage/email.rst --- a/docs/usage/email.rst +++ b/docs/usage/email.rst @@ -76,9 +76,8 @@ Error emails When an exception occurs in Kallithea -- and unless interactive debugging is enabled using ``set debug = true`` in the ``[app:main]`` section of the -configuration file -- an email with exception details is sent by WebError_'s -``ErrorMiddleware`` to the addresses specified in ``email_to`` in the -configuration file. +configuration file -- an email with exception details is sent by backlash_ +to the addresses specified in ``email_to`` in the configuration file. Recipients will see these emails originating from the sender specified in the ``error_email_from`` setting in the configuration file. This setting can either