mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#676
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/646
Author: @Zyx-A
Created: 4/29/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
e91a843添加支持多域名转发。[Feature] 基于子域名转发到不同的邮箱中去 #645 #645📊 Changes
5 files changed (+43 additions, -7 deletions)
View changed files
📝
worker/src/admin_api/worker_config.ts(+2 -2)📝
worker/src/email/index.ts(+17 -2)📝
worker/src/types.d.ts(+6 -1)📝
worker/src/utils.ts(+17 -1)📝
worker/wrangler.toml.template(+1 -1)📄 Description
[Feature] 基于子域名转发到不同的邮箱中去 #645
按我自己的理解,进行了源码修改,主要改造了
FORWARD_ADDRESS_LIST变量,使其同USER_ROLES变量语法类似。FORWARD_ADDRESS_LIST变量值格式为:[{"domains":[""],"forward":"xxx1@xxx.com",},{"domains":["subdomain-1.domain.com","subdomain-2.domain.com"],"forward":"xxx2@xxx.com"}]。其中domains的列表值可为空,为空则代表将全局所有邮件转发到指定邮箱。🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.