设置发送邮箱
- 进入管理页面 http://xxx.xxx.xx.x:3011/admin
- 找到 SMTP Email Setting 标签选择
- 填写相关内容
| 项目 | 内容 |
|---|---|
| Enable | ✅ |
| Enable Secure SMTP | ⬜ |
| Force TLS | ⬜ |
| Port | 587 |
| From Address | xxxxxx@qq.com |
| From Name | Vaultwarden |
| Username | xxxxxx@qq.com |
| Password | xxxxxxx(smtp密码) |
| SMTP Auth mechanism | TLS |
| SMTP connection timeout | 15 |
| Server name sent during HELO | |
| Accept Invalid Certs (Know the risks!) | ⬜ |
| Accept Invalid Hostnames (Know the risks!) | ⬜ |
评论区