Skip to content
Start free trial

HARi Email — send from your own domain

HARi Email is the sending method that comes with your plan. HARi runs the delivery infrastructure, so you can send from your own address without buying, renting, or configuring a mail server. The one thing it needs from you is proof that the domain you send from is really yours — a receiving mail server has no other way to tell your message apart from someone forging your address, and unproven mail goes to the spam folder.

That proof is three DNS records. This page explains what each one does, who adds them, and what to do when one doesn’t pass.

HARi Email draws on your plan’s sending allowance — roughly 100 emails a month on the Free plan (with a 10-per-day safety cap), roughly 2,000 a month on a paid plan, and a shared balance with your AI usage. You are never billed per email, and nothing breaks at the cap: sending pauses and resumes on its own. See Email sending allowance for the full numbers.

Your account’s current limits are shown in Settings → Email Sending (called Outbound Email in earlier versions):

Two settings cards: 'Your hourly email limit' showing 100 per hour, and 'Your daily email limit' showing 10 per day, each noting that the limit is set at the account level by the HARi team and that the daily allowance is shared with AI features

If those numbers are too tight for how you work, the other three sending methods — Outlook, your own SMTP server, or Plunk — run on your email account, send unlimited volume, and never draw on your HARi allowance.

Because nothing in an email address is self-proving. Anyone can put you@yourcompany.com in the From line of a message, and mailbox providers know it — so they don’t trust the address, they check the domain’s DNS for a published statement that the sending server is authorised. Without that statement your mail looks exactly like a forgery of your own brand, and it is treated accordingly.

This is not a preference that providers may or may not apply. Since 1 February 2024, Google requires it of every bulk sender: “email senders who send more than 5,000 messages per day to Gmail accounts must meet the requirements in this section” — which include setting up SPF and DKIM authentication for the sending domain and publishing a DMARC record, the policy line that tells receiving servers what to do with mail that fails those checks (Google, Email sender guidelines). Microsoft followed from 5 May 2025 for Outlook.com, first routing unauthenticated high-volume mail to Junk and then refusing it with 550; 5.7.515 Access denied, sending domain [domain] does not meet the required authentication level (Microsoft, Outlook’s New Requirements for High-Volume Senders).

Verification is also what keeps your own reputation yours. Google’s guidelines tell senders to “Keep spam rates reported in Postmaster Tools below 0.30%” — and a spam rate is only measurable against an authenticated domain. Verify once, and the good behaviour of your mail accrues to your domain instead of being lost in an anonymous pool.

HARi does. Managed delivery is provisioned for your account by the HARi team, not switched on from the settings page — so on most workspaces the HARi Email card is informational: it tells you the method exists and what your limits are, and there is nothing to fill in.

You can tell which method your workspace is on by what Settings → Sending Domains asks you for. On HARi Email it offers a single sending domain field and then shows you three CNAME records. If instead it asks you to build an SPF (TXT) record and a DMARC record by hand, your workspace is on the manual route for your own provider — that is a different setup, and the steps on this page won’t match. In that case contact HARi support to have HARi Email switched on, or follow SMTP or Plunk for the provider you already have.

Note — You can start sending today without waiting on any of this: Outlook, SMTP, and Plunk all run on your own account and need nothing switched on by HARi.

Adding and verifying a sending domain is an administrator action. If you aren’t an admin on the workspace, ask whoever administers your HARi account to do this part.

A DNS record is a line in your domain’s public address book. Your domain is registered somewhere (Cloudflare, GoDaddy, Gandi, OVH, IONOS, your web host), and that provider has a page where you can add lines to it. All three records below are the same type, CNAME — a CNAME simply says “this name is an alias for that other name”, which lets HARi keep the underlying values up to date without you ever touching DNS again.

RecordWhere it goesWhat it doesRequired
CNAME<selector>._domainkey.yourdomain.comDKIM. Lets HARi cryptographically sign your outgoing mail, and lets the recipient’s server check that signature against your domain. This is the record that proves the mail is genuinely authorised by you.Yes
CNAME<label>.yourdomain.comReturn-Path. Gives bounces and complaints somewhere to come back to, so HARi can tell you which addresses are dead. It also satisfies SPF — the older check, where a domain publishes which servers are allowed to send for it.Yes
CNAMElink.yourdomain.comLink tracking. Rewrites links in your emails through your own domain so click statistics work. Skip it if you don’t want click tracking — everything else still works.No

HARi generates the exact host and value for your domain and shows both with a copy button next to each. Never retype them by hand; a single wrong character is the most common reason verification fails.

Tip — Send from a subdomain: mail.yourcompany.com rather than yourcompany.com. That keeps your marketing reputation separate from the reputation of the mailbox you use for everyday business, so a bad campaign can never affect whether your invoices reach people.

  1. Open Settings → Sending Domains in HARi. This is the page that owns domain verification — the Email Sending page shows your limits and your senders, not your domains.

  2. Type the domain you want to send from — for example mail.yourcompany.com — and click Add domain. Enter the domain only: no https://, no trailing slash.

  3. Leave the HARi tab open. It now lists your three records, each with a Host / Name, a Value / Content, and a copy button.

  4. In a second tab, sign in to your DNS provider and find its DNS records page. It’s usually under a heading like DNS, DNS records, Zone editor, or Advanced DNS. If you don’t know who your DNS provider is, it is normally whoever you bought the domain from, or whoever hosts your website.

  5. Add each record. Choose type CNAME, paste the Host / Name from HARi into the name field, paste the Value / Content into the target field, and save. Leave TTL at its default.

    Most providers expect the host relative to your domain (paste mail._domainkey, not mail._domainkey.yourcompany.com) and add the domain part for you — HARi shows you the relative form. If your provider instead wants the full name, the record’s full name is shown too.

  6. Go back to HARi and click Verify. Each record gets its own status: Verified, Pending, or Failed, with a line explaining where that record stands.

  7. When the two required records pass, the domain shows Verified and HARi offers to make it your default sender address — click Use this domain to switch, or Keep current to leave your existing From address alone.

DNS changes can take up to 24 hours to spread across the internet, though in practice most providers publish in a few minutes. Verifying immediately after saving and seeing “Failed” is normal and does not mean you did anything wrong.

Work through these in order. Each row is a real cause, most common first.

What you seeWhat it usually meansWhat to do
”We couldn’t find this record in your DNS yet”Either the record hasn’t propagated, or it was saved on the wrong domainWait an hour and verify again. If it’s still missing, check you added it to the same domain you typed into HARi — a record on yourcompany.com will never verify mail.yourcompany.com
Verification fails on one record onlyA copy/paste slip: a missing character, a trailing space, or a trailing dotDelete that record at your DNS provider and re-add it, copying host and value with HARi’s copy buttons
”Found in your DNS — waiting for the provider to confirm it”The record is correct and the check is still settlingNothing. Verify again in an hour
Your provider rejects the host as invalidThe provider wants the relative name, and you pasted the full one (or the reverse)Try the other form — paste mail._domainkey instead of mail._domainkey.yourcompany.com, or vice versa
Your provider says the record conflicts with an existing oneThere’s already a record at that exact nameLook for an old entry at the same name from a previous email tool and remove it, then re-add
Only the link-tracking record failsThat record is optionalIgnore it, or remove it. Your domain still verifies and your mail still sends — you just don’t get click statistics
The page asks for an SPF (TXT) record and a DMARC record instead of three CNAMEsYour workspace is on the manual route for your own email provider, not HARi EmailThese steps don’t apply. Contact HARi support to have HARi Email switched on, or follow SMTP / Plunk for the provider you already have
Nothing on the page is clickableYou aren’t an administrator on the workspaceAsk whoever administers your HARi account to add and verify the domain

If everything above checks out and verification still fails after 24 hours, contact HARi support with the domain name — the per-record status lines tell us exactly which check is unhappy.

Would you rather send from your own account?

Section titled “Would you rather send from your own account?”

HARi Email is the fastest way to start, and for most small businesses it is enough. Switch to one of these when you want volume beyond your plan allowance, or when you’d rather your mail leave through infrastructure you already own:

  • Outlook / Microsoft 365 — sign in once, no DNS work at all, sends as your real Outlook identity. The easiest option if your team already uses Microsoft 365.
  • Your own SMTP server — for any provider that gives you a host, port, username, and password.
  • Plunk — an email-sending service you hold your own account with.

All three send unlimited volume on your own account and never count against your HARi plan allowance.

Gmail is not on that list, and deliberately so: a connected Gmail account brings mail into HARi and puts it on the right contact’s timeline, but HARi does not send campaigns through it. See Unified inbox and connected channels.