浏览代码

Merge remote-tracking branch 'origin/master'

dengsixing 3 年之前
父节点
当前提交
c11d46d004
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      4dkankan-utils-email/README.md

+ 9 - 0
4dkankan-utils-email/README.md

@@ -0,0 +1,9 @@
+### 注意
+发送html文件使用spring Thymeleaf 模板引擎
+### 配置例:
+spring.mail.host=smtp.exmail.qq.com
+spring.mail.port=465
+spring.mail.username=4Dkankan@4dage.com
+spring.mail.password=
+spring.mail.properties.mail.socketFactory.port=465
+spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory