upvote
That's not a well kept secret, that's just a workflow that almost nobody would accept for their email setup which is the center of most people's digital identify and should always work and not be a duct taped construct to save a couple of bucks.
reply
Here's my top-secret Rube Goldberg Machine that maintains my online identity.
reply
isn't cloudflare webworker and email forwarding infra hyperscaling and highly available?
reply
It's not about the uptime or scalability. Everyone has to make the choice for themselves if they value their time less than $12/year (Or free if Google is an option) for a critical part of their digital infrastructure to set all these moving parts up and keep them running over years.

I'll stick to Fastmail, where if something isn't working as expected I can just email them and get a response from a real human.

reply
It doesn't change the fact that the workflow gp explains is a duct taped construct.

It's hyperscalable and highly available today, until the API changes.

reply
Yeah it's highly available until it isn't and then that turns into your problem rather than something like Gmail just working
reply
that's the thing it cannot stop working because webworker and email forwarding is very reliable, email itself has retries built it and soft bounce handling.
reply
Just a heads up I have seen complaints about CF email forwarding completely dropping emails that failed to pass certain SPF validation. They get completely dropped and the worker doesn't get called and they don't get forwarded, rather than in something like Gmail it would end up in spam
reply
On a related note they opensourced an email client: https://github.com/cloudflare/agentic-inbox
reply
cf bought an email security company a couple years ago so wouldn’t shock me they have good spam filtering.
reply
There’s a completely free tier of Zohomail which does more than what I need for a custom email.
reply
yes but that's not good if you want programmatic inbound access which is what u need for many apps. That tier has no imap access.
reply
That's pretty neat! What do you use to send and receive emails on your phone?
reply
once you've emails stored, you can use any webclient.

you can write an api to imap adapter and use it in your favourite mail client

SES exposes SMPT directly.

reply