Tag: Email Service
All the articles with the tag "Email Service".
-
Email Without Third Parties: Sending Mail Straight From a Cloudflare Worker
Every app I've ever built needed to send email — and every time, that meant a third party. SendGrid, Mailgun, an API key in a secrets store. Then Cloudflare shipped Email Service and the dependency just disappeared. Here's how I added live email sending to this site with one binding and one line of code — and the live demo you can try yourself.