diff options
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 |