# mail-spring-boot-starter **Repository Path**: tervest/mail-spring-boot-starter ## Basic Information - **Project Name**: mail-spring-boot-starter - **Description**: spring boot starter 邮箱工具类 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-02 - **Last Updated**: 2022-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 邮箱工具类(JAVA语言版) ## 1. pom引入依赖 ```java top.tervest.commons mail-spring-boot-starter 1.0.1 ``` ## 2. yml配置文件 ``` tervest: mail: # 发件人邮件`` username: # 发件人密码 password: # 发件人邮箱的 SMTP 服务器地址 host: # SMTP服务器要求的端口号 port: # 是否启用 enabled: # 需要请求认证 auth: # 协议 protocol: # ssl ssl: # properties properties: # 编码格式 default-encoding: UTF-8 ```