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
|
||||||
|

|
||||||
|
2. 获取授权码作为密码
|
||||||

|

|
||||||

|

|
||||||
|
3. 填写域名、端口和密码
|
||||||
|

|
||||||
|
|
||||||
|
## QQ邮箱配置
|
||||||
|
1. smtp配置
|
||||||
|
```yaml
|
||||||
|
smtp域名: smtp.qq.com
|
||||||
|
smtp端口: 465
|
||||||
|
密码: 授权码,获取方式见下方
|
||||||
|
是否SSL: 是
|
||||||
|
```
|
||||||
|
|
||||||
|
2. 获取授权码
|
||||||
|

|
||||||
|
|
Loading…
Reference in New Issue