mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[GH-ISSUE #53] 交流贴:Cloudflare的邮件路由可以和其他邮局共存吗 #23
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#23
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?
Originally created by @PIKACHUIM on GitHub (Dec 28, 2023).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/53
众所周知,Cloudflare的邮件路由只能
但是托管的邮件路由需要设置MX和SPF记录,托管之后没办法自己修改这俩记录
能不能只用Cloudflare的子域名路由邮件,主域名绑定其他邮局系统
@dreamhunter2333 commented on GitHub (Dec 29, 2023):
目前不能共存吧,我没找到怎么设置
@PIKACHUIM commented on GitHub (Jan 7, 2024):
可以共存,提供三种方案
1、使用emailflare,这种办法最方便且有web前端,缺点是不能通过SMTP服务发送,但可以走API发送,接收通过cf路由
2、使用gmail等可以添加第三方发送的邮局,可以走SMTP,缺点是都有限制(发送数量等)
3、自建邮局,先关闭cf的路由,自建邮局配置好了之后,再开启cf路由,解锁添加你自己邮局的spf+cfid+dkim,但不设置mx记录,接收邮件通过cf转发
---原始邮件---
发件人: "Dream @.>
发送时间: 2023年12月29日(周五) 下午5:04
收件人: @.>;
抄送: @.@.>;
主题: Re: [dreamhunter2333/cloudflare_temp_email] 交流贴:Cloudflare的邮件路由可以和其他邮局共存吗 (Issue #53)
目前不能共存吧,我没找到怎么设置
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: @.***>
@dreamhunter2333 commented on GitHub (Apr 12, 2024):
https://github.com/dreamhunter2333/cloudflare_temp_email/releases/tag/v0.2.1
已添加通过 mailchannels 发送邮件功能