mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-07 00:17:12 +08:00
feature: update dependencies (#651)
This commit is contained in:
@@ -81,7 +81,12 @@ ENABLE_AUTO_REPLY = false
|
||||
# global forward address list, if set, all emails will be forwarded to these addresses
|
||||
# FORWARD_ADDRESS_LIST = ["xxx@xxx.com"]
|
||||
# subdomain forward address list, if set, subdomain emails will be forwarded to these addresses
|
||||
# SUBDOMAIN_FORWARD_ADDRESS_LIST = [{"domains":[""],"forward":"xxx1@xxx.com",},{"domains":["subdomain-1.domain.com","subdomain-2.domain.com"],"forward":"xxx2@xxx.com"}]
|
||||
# SUBDOMAIN_FORWARD_ADDRESS_LIST = """
|
||||
# [
|
||||
# {"domains":[""],"forward":"xxx1@xxx.com"},
|
||||
# {"domains":["subdomain-1.domain.com","subdomain-2.domain.com"],"forward":"xxx2@xxx.com"}
|
||||
# ]
|
||||
# """
|
||||
# Frontend URL
|
||||
# FRONTEND_URL = "https://xxxx.xxx"
|
||||
# Enable check junk mail
|
||||
|
||||
Reference in New Issue
Block a user