Files
fastapi_best_architecture/backend/plugin/email/plugin.toml
Wu Clan 95aebe1ceb Add tombi and plugin JSON schema config (#1062)
* Add tombi and plugin JSON schema config

* Add tombi lint
2026-02-05 14:47:20 +08:00

18 lines
392 B
TOML

[plugin]
summary = "电子邮件"
version = "0.0.3"
description = "提供邮件发送功能,支持验证码、通知等场景"
author = "wu-clan"
tags = ["other"]
database = ["mysql", "postgresql"]
[app]
router = ["v1"]
[settings]
EMAIL_CAPTCHA_EXPIRE_SECONDS = 180 # 3 分钟
EMAIL_CAPTCHA_REDIS_PREFIX = "fba:email:captcha"
EMAIL_HOST = "smtp.qq.com"
EMAIL_PORT = 465
EMAIL_SSL = true