Docs Get started

Get started

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

Guide 01
Format HTTPS JSON

ResenderMail sends transactional email from a domain you already own. You do not move MX or existing mailboxes.

1. Create an account

Open app.resendermail.com/register, create an organization, and sign in.

2. Add a sending domain

In the dashboard, add the domain you will send from (for example yourdomain.com). Publish the DNS records the dashboard shows:

  • SPF — authorize ResenderMail to send
  • DKIM — sign messages
  • DMARC — tell inboxes how to treat unauthenticated mail
  • Ownership TXT — prove you control the domain

Keep receiving mail on your current host. This product is sending-only.

3. Create an API key

Keys are scoped to one verified domain. The secret is shown once — copy it into your server environment as RESENDERMAIL_API_KEY. Never put keys in frontend code or git.

4. Register a sender identity

The from address must be a sender identity on that verified domain (for example hello@yourdomain.com).

5. Send

POST https://api.resendermail.com/api/v1/emails with X-API-Key and JSON. See Send email. Look up status with GET /api/v1/emails/{id}.