Setting up your account

Verify your sending domain (SPF + DKIM) and authorize sender addresses before you can send transactional email.

Before you send transactional email, you need a verified domain and at least one authorized sender address. This guide walks through both steps in the Routee portal on go.routee.net.

Why register a domain?

Declaring a domain tells Routee you have authority to send on behalf of that domain. Two DNS changes are required:

  1. SPF — include email.routee.net in your SPF record so receiving servers trust mail sent via Routee infrastructure.
  2. DKIM — publish the TXT record Routee generates so messages are cryptographically signed on your behalf.

Together, SPF and DKIM improve deliverability and protect your domain from being flagged as phishing.

Add a new domain

  1. Navigate to EmailDomains in the portal.
Domains overview in the Email dashboard
  1. Click Add Domain, enter your domain name, and confirm.
Domain list and Add Domain button
  1. Open the domain Details page to view SPF and DKIM records.
Domain details — SPF and DKIM records
  1. Add the DNS records to your domain registrar:

    • SPF — your record should include include:email.routee.net, e.g. v=spf1 mx include:email.routee.net ~all
    • DKIM — add a TXT record at routee._domainkey.{yourdomain} with the public key Routee provides
  2. Click Verify. Once DNS propagates, the domain status changes to Verified.

Authorize a sender

After a domain is verified, add the email addresses you want to send from:

  1. On the domain details page, add an Authorized Sender address (must belong to the verified domain).
  2. Routee sends an invitation email with a personalized verification link (valid 72 hours).
  3. The recipient clicks the link — the sender status changes to Verified.
  4. If the link expires, you can resend the invitation from the portal.

Once at least one sender is verified, your domain is ready to send.

👍

Next step

Send your first email (HTTP API) or see Domain & authorized senders for the full reference.