Help › Sending from your domain

Sending from your domain

Send to anyone — not just verified addresses — by connecting Resend so outbound mail leaves through a reliable provider.

4 min read

On this page

Out of the box, FlareMail can send through Cloudflare, but Cloudflare only delivers to addresses that are verified Email Routing destinations. To email anyone, connect Resend — when a Resend API key is present, the Worker uses it automatically and falls back to Cloudflare if needed.

Set it up

  1. Create a Resend accountSign up at resend.com.
  2. Verify your sending domainAdd your domain in Resend and create the DNS records it gives you. The domain must match the one you send from (e.g. verify yourdomain.com to send from [email protected]).
  3. Create an API keyGenerate a Resend API key for the verified domain.
  4. Store it on the WorkerSave the key as a Worker secret. It takes effect live, with no redeploy:
wrangler secret put RESEND_API_KEY

Once the key is set, compose and send as normal — your messages now leave through Resend and reach any recipient.