##// END OF EJS Templates
docs: update email documentation for TurboGears2...
Thomas De Schampheleire -
r6527:e223c36e default
parent child Browse files
Show More
@@ -76,9 +76,8 b' Error emails'
76
76
77 When an exception occurs in Kallithea -- and unless interactive debugging is
77 When an exception occurs in Kallithea -- and unless interactive debugging is
78 enabled using ``set debug = true`` in the ``[app:main]`` section of the
78 enabled using ``set debug = true`` in the ``[app:main]`` section of the
79 configuration file -- an email with exception details is sent by WebError_'s
79 configuration file -- an email with exception details is sent by backlash_
80 ``ErrorMiddleware`` to the addresses specified in ``email_to`` in the
80 to the addresses specified in ``email_to`` in the configuration file.
81 configuration file.
82
81
83 Recipients will see these emails originating from the sender specified in the
82 Recipients will see these emails originating from the sender specified in the
84 ``error_email_from`` setting in the configuration file. This setting can either
83 ``error_email_from`` setting in the configuration file. This setting can either
General Comments 0
You need to be logged in to leave comments. Login now