Earlier quoted context omitted.
I run an email sending service at scale (billions of messages per month, tens of millions of end users, thousands of customers). Most of our software development and operational effort revolves around abuse mitigation. That has been the case for 15 years. It's a cat-and-mouse game with two different mice: the senders, who are constantly trying to figure out how to get you to deliver their garbage; and the receivers,…
What structural changes could we make to improve the situation?
Cloudflare Email Service
131–140 of 217 posts
Re: Cloudflare Email Service
#132Earlier quoted context omitted.
I run an email sending service at scale (billions of messages per month, tens of millions of end users, thousands of customers). Most of our software development and operational effort revolves around abuse mitigation. That has been the case for 15 years. It's a cat-and-mouse game with two different mice: the senders, who are constantly trying to figure out how to get you to deliver their garbage; and the receivers,…
What structural changes could we make to improve the situation?
Re: Cloudflare Email Service
#133Ok 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/
My first thought in reading this would be using this service and the default mail app's structure to back end typical email protocols so you can still use a regular email client to access/use the system as a gateway.
That said, I still think Cloudflare is in a unique position to compete with gmail/m365 mail/calandar/contacts... possibly funding Thunderbird development to tighten the integration as a mail client.
For that matter, I still think cloudflare is in a good position to create a new
Re: Cloudflare Email Service
#134How much do existing services trust new email service providers? It would seem to be an uphill battle for Cloudflare to start a new service. It's easy to automate from the start, meaning it's easier to send spam. I suppose reputation is not simply based on the domain the email comes from?
Hi, I work on this team at Cloudflare. We've been sending email for years via our free email routing product and email sending is built on top of the same infrastructure, code and knowledge.
Re: Cloudflare Email Service
#135I can use this to set up my own custom mail service, like an alternative to gmail? Or at the very least, my own personal mail provider?
Also, search is a bigger/harder issue to solve, assuming you want to support clients searching for emails without a full scan of their mailbox for matches.
Re: Cloudflare Email Service
#136Email is one of the most gatekept interfaces in the world.
Re: Cloudflare Email Service
#137I'm not sure why this announcement has generated so much irritation in the comments-- Cloudflare has been transitioning from "DDoS protection" to "AWS competitor" for many years now, and this is just their alternative to AWS SES. It's an email sender that you can access through an API, or directly through Workers. For those who haven't been keeping up over the years, Workers is their product for running code on Cloud…