Skip to main content

Add Custom Sender Domains

Learn how to send intake invitations, signature requests and carrier submissions from your own custom email domain

Jeremy Peskin avatar
Written by Jeremy Peskin
Updated over 2 weeks ago

Overview

Our "Senders" feature allows you to send emails, like intake invitations, signature requests and carrier submissions, from your own domain. When you create a sender, Sembley automatically creates a sending domain based on the email address. You’ll need to verify the domain by adding DNS records before you can send emails.

⚠️ Configuring a custom domain is a technical process. This article is designed for people with some experience configuring custom domains. We recommend that you share it with your webmaster or a technical member of your team.

Complete Flow

  1. Create Sender → Enter email address and full name in “New Sender” modal

  2. Domain Appears → The domain is automatically created and appears in the list with “Unverified” status

  3. View DNS Records → Click “Verify Domain” button to open a modal showing required DNS records

  4. Add DNS Records → Copy and add each record to your DNS provider (see instructions below)

  5. Verify Domain → Click “Verify Domain” button in the modal → Status changes to verifyingactive (or failed)

DNS Records

The verification modal displays DNS records that must be added to your DNS provider:

  • TXT records for DKIM (e.g., pic._domainkey.yourdomain.com) and SPF (e.g., v=spf1 include:mailgun.org ~all)

  • CNAME records (e.g., email.yourdomain.commailgun.org)

Important: When entering the Host value, use only the subdomain part (relative host), not the full domain. For example:

  • If the modal shows pic._domainkey.example.com → enter only pic._domainkey

  • If the modal shows example.com → enter @ or leave blank (root domain)

  • If the modal shows email.example.com → enter only email

Use the “Copy” button next to each record to copy the value, then add it to your DNS provider:

Provider-specific Instruction

Below are instructions for how to verify your domain depending on which of the most common hosting providers you use. If you use a hosting provider that isn't in this list, the process shouldn't change significantly.

Namecheap

  1. Log in to Namecheap

  2. Go to Domain List → Select your domain → Advanced DNS

  3. Click Add New Record

  4. Select record type (TXT Record or CNAME Record)

  5. Enter the Host value:

    • For root domain (e.g., example.com): enter @

    • For subdomain (e.g., pic._domainkey.example.com): enter only pic._domainkey (do not include the domain)

  6. Paste the Value from the app

  7. Click the checkmark to save

  8. Repeat for each DNS record shown in the modal

Cloudflare

  1. Log in to Cloudflare Dashboard

  2. Select your domain

  3. Go to DNSRecords

  4. Click Add record

  5. Select the record type (TXT or CNAME)

  6. Enter the Host value:

    • For root domain (e.g., example.com): enter @

    • For subdomain (e.g., pic._domainkey.example.com): enter only pic._domainkey

  7. Paste the Value from the app

  8. Click Save

  9. Repeat for each DNS record shown in the modal

GoDaddy

  1. Log in to GoDaddy Domain Manager

  2. Select your domain → DNS tab

  3. Scroll to Records section

  4. Click Add → Select record type (TXT or CNAME)

  5. Enter the Host value:

    • For root domain (e.g., example.com): leave blank

    • For subdomain (e.g., pic._domainkey.example.com): enter only pic._domainkey

  6. Paste the Value from the app

  7. Click Save

  8. Repeat for each DNS record shown in the modal

Route 53

  1. Log in to AWS Console → Route 53

  2. Select Hosted zones → Your domain

  3. Click Create record

  4. Select record type (TXT or CNAME)

  5. Enter the Host value:

    • For root domain (e.g., example.com): leave blank

    • For subdomain (e.g., pic._domainkey.example.com): enter only pic._domainkey

  6. Paste the Value from the app

  7. Click Create records

  8. Repeat for each DNS record shown in the modal

Sender Verification

After creating a sender, a verification email is automatically sent. Click the verification link in the email to verify the sender. Senders show a “Pending” status until verified.

Notes

  • DNS propagation can take up to 48 hours (usually 5-30 minutes)

  • Wait a few minutes after adding DNS records before clicking “Verify Domain” in the modal

  • If verification fails, double-check that all record values match exactly (including spacing)

  • The domain must be verified before you can send emails from associated senders

Did this answer your question?