config: add an email prefix

This commit is contained in:
Jérôme Schneider 2013-10-31 12:27:37 +01:00
parent 30cba3ccab
commit 4f380a938e
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ data_dir = os.path.join(_PROJECT_PATH, 'data')
# Email notification configuration
email_notification = False
email_prefix = '[Mandaye CAM]'
smtp_host = 'localhost'
smtp_port = 25
email_from = 'traceback@entrouvert.com'