Fixed smtp server example and smtp tls comment in config example

Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely Polonkai (W00d5t0ck) 2012-05-18 10:33:16 +02:00
parent 434a19a1a0
commit 136b000d77
1 changed files with 6 additions and 3 deletions

View File

@ -46,10 +46,13 @@ reborn = true
# generated passwords
[smtp]
# The SMTP server's address
smtp server = smtp.gmail.com
# The SMTP server's address. It's in the format server[:port]. If port is
# omitted, the default given by libcurl will be used
smtp server = smtp.gmail.com:587
# Set to true if the SMTP server provides or requires TLS connections
# Set to true if the SMTP server provides or requires TLS connections. It's a
# wise idea to set it to true, if you know your server supports it, even if it
# does not require it.
smtp tls = true
# The username to use to send e-mails