From: W. Trevor King Date: Tue, 13 Nov 2012 12:48:58 +0000 (-0500) Subject: README: GitHub's markup renderer chokes on Unicode ellipses in code blocks X-Git-Tag: v3.0~68 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b815184b568ce53c87a2771507d0f78c97363cf2;p=rss2email.git README: GitHub's markup renderer chokes on Unicode ellipses in code blocks --- diff --git a/README b/README index 908bcf8..155be4c 100644 --- a/README +++ b/README @@ -165,11 +165,11 @@ prefer to use SMTP__ directly, edit the configuration file and fill in your outoing email server's details:: [DEFAULT] - … + ... use-smtp = True smtp-server = smtp.yourisp.net:587 smtp-auth = False - … + ... If your server requires you to login, change ``smtp-auth = False`` to ``smtp-auth = True`` and enter your email username and password::