From 1a151afc1e2901953ea5d0e84b690b1944328e65 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Wed, 22 Jul 2009 14:00:00 +0200 Subject: Some changes in default configuration --- configuration | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configuration') diff --git a/configuration b/configuration index eeae66d..9aa2c35 100644 --- a/configuration +++ b/configuration @@ -1,6 +1,6 @@ [personal] -blog_title: A BlogThon Blog -blog_subtitle: Subtitle +blog_title: Blogthon +blog_subtitle: makes blogging easier blog_url: http://www.thehappy.de/ keywords: please,change,me entries_dir: entries/ -- cgit v1.2.3 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 From 743cb0f08b5dae7dce197a075d550f857a1c478c Mon Sep 17 00:00:00 2001 From: Maximilian Gass Date: Fri, 24 Jul 2009 14:58:38 +0200 Subject: Made SMTP Auth actually functional --- configuration | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configuration') diff --git a/configuration b/configuration index 481a79e..ed1c0d7 100644 --- a/configuration +++ b/configuration @@ -21,5 +21,5 @@ newest_first: True new_comment_mail= False mail_to= please@change.me!!! smtp_host= localhost -smtp_user= changeme -smtp_pass= changeme +smtp_user= +smtp_pass= -- cgit v1.2.3