diff options
author | wanglinzhizhi <wanglinzhizhi@hotmail.com> | 2016-06-30 04:04:15 +0800 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2016-06-30 04:04:15 +0800 |
commit | 927d9f092b611b9895375847b911e5a2260289e4 (patch) | |
tree | e61738137e8c60aee68f9ab17461e498a04fcb97 /conf/app.ini | |
parent | 7938506e07e17c013e5246f20eeaafb76982c8e6 (diff) | |
download | gitea-927d9f092b611b9895375847b911e5a2260289e4.tar.gz gitea-927d9f092b611b9895375847b911e5a2260289e4.zip |
port 25 do not work, and port 465 is right (#3145)
QQ STMP host port is 465
host = smtp.qq.com:465
and need the Authorized
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index 38d930866f..715d961d1f 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -167,7 +167,7 @@ SEND_BUFFER_LEN = 100 SUBJECT = %(APP_NAME)s ; Mail server ; Gmail: smtp.gmail.com:587 -; QQ: smtp.qq.com:25 +; QQ: smtp.qq.com:465 ; 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 = ; Disable HELO operation when hostname are different. |