You can have Google Workspace route incoming emails out to Cloudflare Email Routing for specific add
You can have Google Workspace route incoming emails out to Cloudflare Email Routing for specific addresses

.reply( does not work, you get a mail from is not from the correct domain, even though it isThis mail has been blocked because the sender is unauthenticated, the error includes an SPF lookup of the root zone (?), not the subdomain. For more lenient gmail domains, like business domains, the email goes through, but received with a big red warning question mark in the contact photo

test@leo.testing.email.ai.moda and I'll provde it testing.email.ai.moda or leo.testing.email.ai.moda.

*.email records, even though they might work, they were not actually supported.email some special allowed edge case that I guessed...?*.anything would work.
fetch event in a Snippet, so it wouldn't matter..email" as a sub-domain, I would personally still not consider it to be officially supported.{
"actions": [
{
"type": "forward",
"value": [
"testing@mydomain.io"
]
}
],
"enabled": true,
"matchers": [
{
"field": "to",
"type": "literal",
"value": "myemail@fastmail.com"
}
],
"name": "Send to testing",
"priority": 0
}{
"result": null,
"success": false,
"errors": [
{
"code": 2007,
"message": "Invalid Input: EmailAddress: must have address."
}
],
"messages": [
{
"code": 2007,
"message": "Invalid Input: EmailAddress: must have address."
}
]
}