This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
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
tags/v1.2.0-rc1
wanglinzhizhi
无闻
9 years ago
parent
5817905391
commit
f245ffe7c2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
conf/app.ini
+ 1
- 1
conf/app.ini
View File
@@ -167,7 +167,7 @@ SEND_BUFFER_LEN = 100
SUBJECT = %(APP_NAME)s
; Mail server
; Gmail: smtp.gmail.com:587
; QQ: smtp.qq.com:
2
5
; QQ: smtp.qq.com:
46
5
; 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.
Write
Preview
Loading…
Cancel
Save