# MailSystem **Repository Path**: Jmper/MailSystem ## Basic Information - **Project Name**: MailSystem - **Description**: 邮件发送平台 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-01-13 - **Last Updated**: 2021-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MailSystem #### 介绍 邮件发送平台 #### 软件架构 软件架构说明 基于springboot的java mail 包括 1. 邮件发送队列 【链式阻塞队列】 2. 邮件队列工厂 【工厂模式】 3. 邮件发送,接收服务 【包装spring java mail】 4. 邮件校验器 【异常】 5. 邮件解析器 6. 邮件组合器 #### 安装教程 maven 引入此jar包 地址: #### 使用说明 ## application.properties 添加配置 spring.mail.host=smtp.163.com spring.mail.port=465 spring.mail.username=******** spring.mail.password=******** spring.mail.properties.transport.protocol=smtp spring.mail.properties.mail.smtp.auth=true spring.mail.properties.mail.smtp.starttls.enable=true spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory spring.mail.queueSize=5 spring.mail.service=EmailSystem spring.mail.subjectFormat=env-service-subject spring.profiles.active=dev ## maven 配置 top.jmper utils-mail-starter 1.0.1.RELEASE nexus-releases Releases http://nexus.jmper.top/repository/maven-releases/ nexus-snapshots Snapshot http://nexus.jmper.top/repository/maven-snapshots/ #### 参与贡献 1. Jmper #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)