diff options
author | 无闻 <u@gogs.io> | 2014-12-18 16:37:24 -0500 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2014-12-18 16:37:24 -0500 |
commit | bb267e30b655bbbbbc5536028171f76a655d030a (patch) | |
tree | 61d096b42ca17ad82d75a9b11634da7768d38305 /conf | |
parent | 0a697517ac79ea4b5f710f83381ed13dffb00272 (diff) | |
parent | 87be137b881ab868df30aa7e35923d6f14606c79 (diff) |
Merge pull request #761 from phsmit/mailer_rewritten
Rewrite of SendMail function
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 1c7c70be..d6ee6ae4 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -94,7 +94,10 @@ SUBJECT = %(APP_NAME)s ; Mail server ; Gmail: smtp.gmail.com:587 ; QQ: smtp.qq.com:25 +; Note, if the port ends with "465", SMTPS will be used. Using STARTTLS on port 587 is recommended per RFC 6409. If the server supports STARTTLS it will always be used. HOST = +; Do not verify the certificate of the server. Only use this for self-signed certificates +SKIP_VERIFY = ; Mail from address FROM = ; Mailer user name and password |