导入这个jar包
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>mars-extends-all</artifactId>
<version>最新版,具体看版本指引</version>
</dependency>
在mars.yml文件里添加如下配置
# 发送邮件配置,只支持smtp
mail:
host: smtp.sina.com
port: 465
smtpSslEnable: true
debug: false
# 发件箱
sendMail: 发件箱
sendMailPwd: 发件箱用来登录客户端的密码
auth: true
调用MailUtil 类里的方法 进行发送
generated by haroopad