| ▲ | karimf 7 hours ago | |||||||
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] | ||||||||
| ▲ | tracker1 5 hours ago | parent | next [-] | |||||||
Not to oversimplify the issue... but you could probably run a small VPS and SMTP relay service that requires tls+auth and just relays all email from your domain through to API calls. You could probably get something operational in a couple hours with Claude Code. 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 | ||||||||
| ||||||||
| ▲ | scrollaway 4 hours ago | parent | prev [-] | |||||||
Yeah one of their devs (https://news.ycombinator.com/threads?id=thomgo) said SMTP will be available, but I cannot find any info on this either. I'm glad to be switching from the horror that is Sendgrid, though. I migrated a few projects that have basic contact forms and it's been super easy so far. | ||||||||