Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 382 Bytes

File metadata and controls

38 lines (27 loc) · 382 Bytes

邮件发送设置

For English

举例参考:

1. QQ邮箱:

"host": "smtp.qq.com",
"port": 465,
"secure": true

2. Gmail:

"host": "smtp.gmail.com",
"port": 465,
"secure": true

3. 126

"host": "smtp.126.com",
"port": 465,
"secure": true

4. 163

"host": "smtp.163.com",
"port": 465,
"secure": true