-
Notifications
You must be signed in to change notification settings - Fork 0
Home
wuxinbo edited this page Sep 6, 2018
·
2 revisions
本项目主要是对apache-common-email的邮件发送功能进行简单封装. 抽象邮箱配置逻辑,尽量做到靠配置文件来控制邮件的发送类型。在当前的版本中实现了支持解析YAML.

目前jar已经推送到中央仓库可以通过下列方式引用:
<dependency>
<groupId>com.github.wuxinbo</groupId>
<artifactId>common-email</artifactId>
<version>1.0.0</version>
</dependency>compile 'com.github.wuxinbo:common-email:1.0.0'