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:
parent
434a19a1a0
commit
136b000d77
@ -46,10 +46,13 @@ reborn = true
|
|||||||
# generated passwords
|
# generated passwords
|
||||||
[smtp]
|
[smtp]
|
||||||
|
|
||||||
# The SMTP server's address
|
# The SMTP server's address. It's in the format server[:port]. If port is
|
||||||
smtp server = smtp.gmail.com
|
# 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
|
smtp tls = true
|
||||||
|
|
||||||
# The username to use to send e-mails
|
# The username to use to send e-mails
|
||||||
|
Loading…
Reference in New Issue
Block a user