Skip to content

找回密码的邮件配置

Minho edited this page Feb 3, 2018 · 2 revisions

邮件配置信息位于 conf/app.conf 中:

####################邮件配置######################
#是否启用邮件
enable_mail=false
#每小时限制指定邮箱邮件发送次数
mail_number=5
#smtp服务用户名
[email protected]
#smtp服务器地址
smtp_host=smtp.ym.163.com
#smtp密码
smtp_password=
#端口号
smtp_port=25
#发送邮件的显示名称
[email protected]
#邮件有效期30分钟
mail_expired=30
#加密类型NONE 无认证、SSL 加密、LOGIN 普通用户登录
secure=SSL