@JosBot or @Tendo either of you been successful in getting this working?
@JosBot or @Tendo either of you been successful in getting this working?

it's listed as a new domain registration also, from March 28th.
Hard to believe they've flogged their reputation down that hard, that fast already.
Gmail has detected that this message is suspicious due to the very low reputation of the sending domain.
Gmail has detected that this message is suspicious due to the very low reputation of the sending domain.
DKIM with proper alignment" versus "no DKIM at all".Update - The team has implemented mitigation improvements. Email Routing deliverability to Gmail accounts is gradually improving to normal levels.
March 30, 2024
104.30.8.101 from being i-bab.email.cloudflare.net to i-bab.cloudflare-email.net.cloudflare-email.net was only 2 days, and 4 hours old at the time of the introduction...cloudflare-email.net, after which it can eventually be changed to cloudflare-email.net again, once the cloudflare-email.net domain has gained some "age".
webhook part to match whatever your webhook target expectsUncaught SyntaxError: Unexpected token '<' at worker.js:5:15 (Code: 10021) error :Sadge:Uncaught SyntaxError: Unexpected token '...' at worker.js:100:51 (Code: 10021) ... at line 100... :nootlikethis:import PostalMime from "postal-mime";
const parser = new PostalMime();
export default <ExportedHandler> {
async email(msg) {
const email = await parser.parse(msg);
await fetch("https://my.webhook.target/id", {
method: "POST",
headers: {
"content-type": "application/json",
},
body: JSON.stringify({
from: email.from,
subject: email.subject,
text: email.text,
}),
});
},
};