-
Notifications
You must be signed in to change notification settings - Fork 10k
Email Workers auth requirement #23093
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
src/content/changelog/email-routing/2025-06-30-mail-authentication.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| --- | ||
| title: Mail authentication requirements for Email Routing | ||
| description: Emails will need to be authenticated either via SPF or DKIM in order to be forwarded. | ||
| date: 2025-06-30T10:00:00Z | ||
| --- | ||
|
|
||
| The Email Routing platform supports [SPF](https://datatracker.ietf.org/doc/html/rfc7208) records and [DKIM (DomainKeys Identified Mail)](https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail) signatures and | ||
| honors these protocols when the sending domain has them configured. However, if the sending domain doesn't implement them, | ||
| we still forward the emails to upstream mailbox providers. | ||
|
|
||
| Starting on July 3, 2025, we will require all emails to be authenticated using at least one of the protocols, SPF or DKIM, to | ||
| forward them. We alsostrongly recommend that all senders implement the DMARC protocol. | ||
|
|
||
| If you are using a Worker with an Email trigger to receive email messages and forward them upstream, you will need to handle the case where | ||
| the forward action may fail due to missing authentication on the incoming email. | ||
|
|
||
| SPAM has been a long-standing issue with email. By enforcing mail authentication, we will increase the efficiency of identifying abusive senders and blocking | ||
| bad emails. | ||
| If you're an email server delivering emails to large mailbox providers, it's likely you already usethese protocols; otherwise, please ensure | ||
| you have them properly configured. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.