Ok I just tried the service since I want to migrate from Resend. Seems like you can only send email via the worker or REST API for now? Can I send via SMTP? I'm using Supabase and it needs the SMTP credentials. I can't find anything on the dashboard or on the docs, even though last year they said it supports SMTP [0] [0] https://blog.cloudflare.com/email-service/
Cloudflare Email Service
211–217 of 217 posts
Re: Cloudflare Email Service
#212Earlier quoted context omitted.
This has been possible for many years, before agents were a thing. They will open the mail and scan the contents into a pdf for you, requires filing a form with the post office. It gets expensive because they nickel and dime you where they can. There are many more services should you wish to send snail mail. https://www.virtualpostmail.com/
As an aside, this company's services seem incredibly sketchy - they let you have fake residential or commercial addresses so you can pretend to have a US office or other address
Re: Cloudflare Email Service
#213Earlier quoted context omitted.
Hashcash, or BTC.
I always loved the hashcash concept and actually raised our original funding because of it (our Microsoft angels loved the idea of making spamming more expensive, and our Series A concept was tar-pitting to dissuade botnets). In the context of email sending services, we have a modern version of hashcash that we might at some point turn to. If someone can figure out how to tokenize sending at scale, then senders could…
Previously I was the spam cop for a big sender and saw up close all the ways our clients would try to weasel around it.
Re: Cloudflare Email Service
#214Re: Cloudflare Email Service
#215Earlier quoted context omitted.
The pricing is disappointing. I'm surprised Cloudflare has not tried to compete on price against AWS lately after a good start with R2. Queues, database storage, database writes, worker invocation all more expensive than the AWS offering.
Can you back that up with a link? You're saying Lambda is cheaper than Workers?
Re: Cloudflare Email Service
#216Earlier quoted context omitted.
Can you back that up with a link? You're saying Lambda is cheaper than Workers?
I said worker/lambda invocation, $0.30/m cloudflare vs $0.20/m for lambda. Total cost depends on async work and memory needs. Cloudflare is $20/m seconds, lambda is $1.66/m seconds, both at 128MB. lambda isn't giving you a full core, if you need CPU it is also $20/m.
In the real world those wins get eaten up by all the other ways CF are better (free egress, no cold start, cpu-time only duration billing).
My verdict: Workers wins on price by a lot.
Re: Cloudflare Email Service
#217Ok I just tried the service since I want to migrate from Resend. Seems like you can only send email via the worker or REST API for now? Can I send via SMTP? I'm using Supabase and it needs the SMTP credentials. I can't find anything on the dashboard or on the docs, even though last year they said it supports SMTP [0] [0] https://blog.cloudflare.com/email-service/