feat: add ENABLE_CHECK_JUNK_MAIL (#469)

This commit is contained in:
Dream Hunter
2024-11-07 00:58:15 +08:00
committed by GitHub
parent 49b3f10838
commit ddfa2c5d03
9 changed files with 72 additions and 2 deletions

View File

@@ -130,6 +130,8 @@ ENABLE_AUTO_REPLY = false
# FORWARD_ADDRESS_LIST = ["xxx@xxx.com"]
# Frontend URL
# FRONTEND_URL = "https://xxxx.xxx"
# Enable check junk mail
# ENABLE_CHECK_JUNK_MAIL = false
[[d1_databases]]
binding = "DB"

View File

@@ -103,6 +103,8 @@ ENABLE_AUTO_REPLY = false
# FORWARD_ADDRESS_LIST = ["xxx@xxx.com"]
# 前端地址,用于发送 webhook 的邮件 url
# FRONTEND_URL = "https://xxxx.xxx"
# 是否启用垃圾邮件检查
# ENABLE_CHECK_JUNK_MAIL = false
# D1 数据库的名称和 ID 可以在 cloudflare 控制台查看
[[d1_databases]]