소스 검색

添加使用说明文档

tianboguang 3 년 전
부모
커밋
63e01d635c
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=6996790AAaa
+spring.mail.properties.mail.socketFactory.port=465
+spring.mail.properties.mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory