How to Set Up a Dedicated Sending Subdomain for Email Marketing
When sending bulk marketing emails or automated customer newsletters, you should never send directly from your primary root domain (e.g. yourbrand.com). If an experimental campaign receives elevated spam complaints, your primary domain's reputation could be degraded, causing normal business emails to land in spam.
The industry best practice is setting up a dedicated sending subdomain โ such as mail.yourbrand.com or send.yourbrand.com. Here is how to configure it in cPanel.
Step 1: Create the subdomain in cPanel
- Log into your Hostinap cPanel dashboard.
- Under Domains, click Domains or Subdomains.
- Click Create A New Domain, enter
mail.yourbrand.com(replace with your actual domain), and click Submit.
Step 2: Add your SPF record in Zone Editor
SPF (Sender Policy Framework) declares which mail servers are permitted to send emails from your subdomain:
- In cPanel, open Zone Editor under the Domains section.
- Click Manage next to your domain.
- Click + Add Record → select TXT.
- Name:
mail.yourbrand.com. - Record (Value):
v=spf1 include:relay.hostinap.com ~all(or the SPF value provided by your dedicated SMTP server).
Step 3: Add DKIM public key
DKIM signs your outgoing emails cryptographically to verify authenticity:
- In Zone Editor, click + Add Record → select TXT.
- Name:
default._domainkey.mail.yourbrand.com.(or the selector provided in your server welcome email). - Record (Value): Paste the public DKIM key (starting with
v=DKIM1; k=rsa; p=MIIB...).
Step 4: Add the DMARC record
DMARC ties SPF and DKIM together and instructs receiving mailboxes (like Gmail and Yahoo) on how to handle failed authentication:
- In Zone Editor, click + Add Record → select TXT.
- Name:
_dmarc.mail.yourbrand.com. - Record (Value):
v=DMARC1; p=quarantine; rua=mailto:[email protected]
Step 5: Send a test email & verify
Send a test message from your email marketing software to mail-tester.com. Check the resulting report to ensure you achieve a 10/10 score with green checkmarks on SPF, DKIM, and DMARC.
Dedicated SMTP for High Deliverability
If you send more than 5,000 marketing messages per month, pairing your sending subdomain with a clean, dedicated server from Hostinap Email Marketing Hosting gives you maximum inbox delivery, dedicated reverse DNS (rDNS), and complete isolation.
Need help configuring your email authentication?
Our email deliverability engineers can review your DNS records and verify your SPF/DKIM setup on WhatsApp.