2022-04-01 17:04:03 +08:00

14 lines
516 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 邮件服务器的SMTP地址可选默认为smtp.<发件人邮箱后缀>
host = smtp.163.com
# 邮件服务器的SMTP端口可选默认25
port = 465
# 发件人(必须正确,否则发送失败)
from = coml_aaron@163.com
# 用户名,默认为发件人邮箱前缀
user = coml_aaron@163.com
# 密码注意某些邮箱需要为SMTP服务单独设置密码详情查看相关帮助
pass = DRTYHUCGNKPOFRVE
# 使用SSL安全连接
sslEnable = true
protocol = smtps
default-encoding = UTF-8