From 57b8c5aacae395f16af7cf56bc44d4239cbc1b3a Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 24 Jul 2009 11:53:09 +0200 Subject: Added SMTP code for sending a mail when new comments arrive --- configuration | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configuration') diff --git a/configuration b/configuration index 9aa2c35..481a79e 100644 --- a/configuration +++ b/configuration @@ -16,3 +16,10 @@ linklist: True permalinks: True comments: True newest_first: True + +[smtp] +new_comment_mail= False +mail_to= please@change.me!!! +smtp_host= localhost +smtp_user= changeme +smtp_pass= changeme -- cgit v1.2.3