发送邮件
集成
<dependency>
<groupId>com.manatee.manatee-lowcode</groupId>
<artifactId>lowcode-ses</artifactId>
<version>${lowcode.version}</version>
</dependency>
项目配置
spring:
mail:
host: smtp.163.com
protocol: smtps
port: 465
username: xxxx@163.com
password: xxxx
default-encoding: UTF-8
properties:
mail:
smtp:
socketFactoryClass: javax.net.ssl.SSLSocketFactory # 配饰 SSL 加密工厂
debug: true