diff options
author | Stefan Ritter <gideonstar@thehappy.de> | 2009-07-24 11:53:09 +0200 |
---|---|---|
committer | Stefan Ritter <gideonstar@thehappy.de> | 2009-07-24 11:53:09 +0200 |
commit | 57b8c5aacae395f16af7cf56bc44d4239cbc1b3a (patch) | |
tree | 80e24ebb2437cba0eb73a9afd647c0781fd4d736 /configuration | |
parent | 92c85f36d774f0925152ab021c6fdc23f5e5ac2d (diff) |
Added SMTP code for sending a mail when new comments arrive
Diffstat (limited to 'configuration')
-rw-r--r-- | configuration | 7 |
1 files changed, 7 insertions, 0 deletions
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 |