batch-email:通过电子邮件向订阅者发送文件

时间:2021-06-01 17:34:56
【文件属性】:
文件名称:batch-email:通过电子邮件向订阅者发送文件
文件大小:44KB
文件格式:ZIP
更新时间:2021-06-01 17:34:56
Java 批量电子邮件 以批处理方式通过电子邮件发送报告文件。 用例之一是在迭代客户表时通过电子邮件发送发票。 代码示例 查看单元测试 动机 批量电子邮件报告是通常的商业惯例。 调度程序将触发报告作业,然后作业将分发报告文件。 安装 git clone https://github.com/sungung/batch-email.git mvn clean package 测试 默认 smtp 主机是 localhost,您可以从 applicaiton.properties 更改服务器 mail.sender=report@sungung.com spring.mail.host=localhost spring.mail.port=25 我发现对单元/集成测试很有用
【文件预览】:
batch-email-master
----.gitattributes(378B)
----output()
--------abc-local-radio.csv(4KB)
--------OutputBrewer.txt(94B)
----src()
--------test()
--------main()
----README.md(695B)
----pom.xml(4KB)
----.gitignore(28B)

网友评论