changeset 6574:e223c36e5b68

docs: update email documentation for TurboGears2 Small update to the documentation.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Fri, 27 Jan 2017 20:47:10 +0100
parents fc6b1b0e1096
children 9eae297d3d5b
files docs/usage/email.rst
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/docs/usage/email.rst	Fri Jan 27 21:31:37 2017 +0100
+++ b/docs/usage/email.rst	Fri Jan 27 20:47:10 2017 +0100
@@ -76,9 +76,8 @@
 
 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