From 475bf5407f3469e8a02a80291233a38f0023b624 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 4 Oct 2012 19:05:55 -0400 Subject: [PATCH] readme: convert configuration examples to the new format. --- readme.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.html b/readme.html index f6ad30e..ac4df48 100644 --- a/readme.html +++ b/readme.html @@ -55,7 +55,7 @@ address. That should be all you need.

Edit the configuration file and fill in your outoing email server's details. If your server requires you to login, -change AUTHREQUIRED = 0 to AUTHREQUIRED = 1 +change smtp-auth = False to smtp-auth = True and enter your email username and password.

Install

@@ -183,21 +183,21 @@ exist.

entries converted to plain text:

-HTML_MAIL = 1
+html-mail = True
 

To be notified every time a post changes, instead of just when it's first posted:

-TRUST_GUID = 0
+trust-guid = True
 

And to make the emails look as if they were sent when the item was posted:

-DATE_HEADER = 1
+date-header = True
 
-- 2.26.2