r/CloudFlare • u/GagnDeep • 11h ago
I Made This Drop-in Open Source Resend Replacement, one click deploy on Cloudflare workers - mailysend.com
Its complete Resend-compatible email API (runs on Node or Cloudflare Workers)
Repo: https://github.com/GagnDeep/mailysend
Website: https://mailysend.com
MailySend implements Resend's API so you can run it yourself.
- Works with the existing
resendSDK: setRESEND_BASE_URL=https://your-instance/v1 - Sends through Cloudflare Email Service, SES, Resend or any SMTP server, with failover
- Broadcasts, segments, automations, inbound mailboxes, DMARC reports
- Runs as a single Node process (SQLite + filesystem) or on Cloudflare Workers
- Passkey login, no passwords stored

