Skip to content

Commit f15af6e

Browse files
author
litongjava
committed
add mail dependency
1 parent 2646359 commit f15af6e

File tree

1 file changed

+10
-0
lines changed
  • docs/zh/22_tio-utils

1 file changed

+10
-0
lines changed

docs/zh/22_tio-utils/04.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
tio-utils 内置了邮箱工具类 com.litongjava.tio.utils.email.EMailUtils 用于支持发送邮件
44

5+
## 添加依赖
6+
7+
```
8+
<dependency>
9+
<groupId>javax.mail</groupId>
10+
<artifactId>mail</artifactId>
11+
<version>1.5.0-b01</version>
12+
</dependency>
13+
```
14+
515
## 发送邮件
616

717
app.properties

0 commit comments

Comments
 (0)