导入这个jar包

    1. <dependency>
    2. <groupId>com.github.yuyenews</groupId>
    3. <artifactId>mars-extends-all</artifactId>
    4. <version>最新版,具体看版本指引</version>
    5. </dependency>

    在mars.yml文件里添加如下配置

    1. # 发送邮件配置,只支持smtp
    2. mail:
    3. host: smtp.sina.com
    4. port: 465
    5. smtpSslEnable: true
    6. debug: false
    7. # 发件箱
    8. sendMail: 发件箱
    9. sendMailPwd: 发件箱用来登录客户端的密码
    10. auth: true

    调用MailUtil 类里的方法 进行发送

    generated by haroopad