mirror of https://github.com/certd/certd
chore: email帮助
parent
b6722897a0
commit
009c131819
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
|
@ -1,7 +1,23 @@
|
|||
# 邮箱配置
|
||||
|
||||
|
||||
## 腾讯企业邮箱、qq邮箱密码获取
|
||||
|
||||
## 腾讯企业邮箱配置
|
||||
1. 开启smtp
|
||||
![](./images/qq-3.png)
|
||||
2. 获取授权码作为密码
|
||||
![](./images/qq-1.png)
|
||||
![](./images/qq-2.png)
|
||||
![](./images/qq-2.png)
|
||||
3. 填写域名、端口和密码
|
||||
![](./images/qq-0.png)
|
||||
|
||||
## QQ邮箱配置
|
||||
1. smtp配置
|
||||
```yaml
|
||||
smtp域名: smtp.qq.com
|
||||
smtp端口: 465
|
||||
密码: 授权码,获取方式见下方
|
||||
是否SSL: 是
|
||||
```
|
||||
|
||||
2. 获取授权码
|
||||
![](./images/qq-11.png)
|
||||
|
|
Loading…
Reference in New Issue