跳到主要内容

项目上线下线通知


mail:
host: smtp.mxhichina.com #SMTP服务器地址
username: message@zuoyo.com #账号
password: 123456 #密码
port: 465 #端口
default-encoding: UTF-8 #编码
properties:
mail:
smtp:
auth: true #缺省是false,如果为true,尝试使用AUTH命令认证用户
starttls:
enable: true #如果为 true,则启用使用 STARTTLS 命令
required: true #如果为 true,则需要使用 STARTTLS 命令
ssl:
enable: true #如果设置为 true,则默认使用 SSL 连接并使用 SSL 端口
boot:
admin:
notify:
mail:
enabled: false #关闭admin自带的邮件通知
to: fengkai@zuoyo.com #发送邮件给谁 多个账号时使用逗号分隔
from: message@zuoyo.com #发送者