feat(config): add SMTP configuration options for email setup in config.example.yaml

This commit is contained in:
keven1024
2026-06-02 08:58:43 +08:00
parent 64f3d2e1d5
commit 26f1c52198

View File

@@ -64,3 +64,10 @@ about:
name: keven
url: 'https://fudaoyuan.icu'
avatar: ''
smtp:
host: example.com # SMTP服务器地址
port: 465 # SMTP端口号通常为465(SSL)或587(TLS)
protocol: ssl # ssl or tls
username: your@example.com # 发送方邮箱
password: your-password # 发送方邮箱密码/授权码