Docs

ResenderMail API

Verify a domain, create an API key, and send. Keep your existing mailboxes.

Base URL

https://api.resendermail.com

Coverage

  • 05 Guides in sequence
  • REST JSON over HTTPS
  • DNS SPF, DKIM, DMARC, ownership

Guides

Read in setup order.

Move from account setup to domains, keys, and the send endpoint without leaving the same surface language.

  1. 01

    Get started

    Create an account, verify a sending domain, and make your first API request.

  2. 02

    Sending domains

    Verify SPF, DKIM, DMARC, and ownership TXT without moving MX.

  3. 03

    API keys

    Create a domain-scoped key and send it only from your server.

  4. 04

    Send email

    POST /api/v1/emails with X-API-Key and look up queued, sent, or failed.

  5. 05

    Templates Soon

    Coming. Store HTML and text, then send by template id. Today, pass html or text on each POST.