[GH-ISSUE #48] 看cf的文档好像能做到回复邮件 #18

Closed
opened 2026-02-26 20:35:08 +03:00 by kerem · 5 comments
Owner

Originally created by @sunnywangzi on GitHub (Dec 17, 2023).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/48

Originally assigned to: @dreamhunter2333 on GitHub.

https://developers.cloudflare.com/email-routing/email-workers/reply-email-workers/

rt,能看看可以实现这个功能吗?感谢大佬

Originally created by @sunnywangzi on GitHub (Dec 17, 2023). Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/48 Originally assigned to: @dreamhunter2333 on GitHub. https://developers.cloudflare.com/email-routing/email-workers/reply-email-workers/ rt,能看看可以实现这个功能吗?感谢大佬
kerem closed this issue 2026-02-26 20:35:09 +03:00
Author
Owner

@dreamhunter2333 commented on GitHub (Dec 18, 2023):

好的,我看一下

<!-- gh-comment-id:1859501529 --> @dreamhunter2333 commented on GitHub (Dec 18, 2023): 好的,我看一下
Author
Owner

@dreamhunter2333 commented on GitHub (Dec 18, 2023):

看起来只能加个自动回复,我加一下

To mitigate security risks and abuse, replying to incoming emails has a few requirements:

The incoming email has to have valid DMARC.
The email can only be replied to once in the same EmailMessage event.
The In-Reply-To header of the reply message must be set to the Message-ID of the incoming message.
The recipient in the reply must match the incoming sender.
The outgoing sender domain must match the same domain that received the email.

<!-- gh-comment-id:1859506872 --> @dreamhunter2333 commented on GitHub (Dec 18, 2023): 看起来只能加个自动回复,我加一下 > To mitigate security risks and abuse, replying to incoming emails has a few requirements: > > The incoming email has to have valid DMARC. > The email can only be replied to once in the same EmailMessage event. > The In-Reply-To header of the reply message must be set to the Message-ID of the incoming message. > The recipient in the reply must match the incoming sender. > The outgoing sender domain must match the same domain that received the email.
Author
Owner

@dreamhunter2333 commented on GitHub (Dec 18, 2023):

增加了设置页面,可设置自动回复

https://temp-email.dreamhunter2333.xyz

<!-- gh-comment-id:1859953567 --> @dreamhunter2333 commented on GitHub (Dec 18, 2023): 增加了设置页面,可设置自动回复 https://temp-email.dreamhunter2333.xyz
Author
Owner

@sunnywangzi commented on GitHub (Dec 22, 2023):

能不能把这个Message-ID存起来,在回复邮件的时候再调用那个模块,我看文档好像没有说必须要在一个时间段内回复

<!-- gh-comment-id:1867637311 --> @sunnywangzi commented on GitHub (Dec 22, 2023): 能不能把这个Message-ID存起来,在回复邮件的时候再调用那个模块,我看文档好像没有说必须要在一个时间段内回复
Author
Owner

@dreamhunter2333 commented on GitHub (Dec 23, 2023):

能不能把这个Message-ID存起来,在回复邮件的时候再调用那个模块,我看文档好像没有说必须要在一个时间段内回复

有限制的,具体我没试过,这个需要绑定 event.The email can only be replied to once in the same EmailMessage event.

<!-- gh-comment-id:1868253106 --> @dreamhunter2333 commented on GitHub (Dec 23, 2023): > 能不能把这个Message-ID存起来,在回复邮件的时候再调用那个模块,我看文档好像没有说必须要在一个时间段内回复 有限制的,具体我没试过,这个需要绑定 event.The email can only be replied to once in the same EmailMessage event.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudflare_temp_email#18
No description provided.