Email DNS records
Configure MX, SPF, and DKIM DNS records so business email sends and receives reliably.
Email depends on correct DNS records on your domain. Without them, messages bounce, land in spam, or never arrive.
Where to edit DNS
- Sign in at npanel.nisccloud.com.
- Click Domains → My Domains → [your domain] → DNS.
If email uses hosting DNS zone instead, edit Hosting → [site] → DNS use one authoritative place, not conflicting duplicates.
Get required values
- Click Emails → your email plan.
- Open DNS settings, Domain setup, or similar.
- Copy MX hostnames and priorities, SPF TXT, and DKIM records listed.
Add MX records
MX tells the world which servers receive mail for @yourdomain.com.
- On domain DNS, click Add record.
- Type: MX
- Name:
@ - Priority: number from email plan (e.g.
10) - Value: mail server hostname (e.g.
mail.yourdomain.com) - Save.
- Add second MX with higher priority number if your plan lists a backup server.
Remove old MX records pointing to previous email host to avoid split delivery.
Add SPF (TXT record)
SPF authorizes which servers may send mail for your domain.
- Add TXT record.
- Name:
@ - Value: paste SPF string from Emails plan (starts with
v=spf1). - Save.
Only one SPF TXT record per domain merge includes if migrating.
Add DKIM (TXT record)
DKIM cryptographically signs outgoing mail.
- Email plan provides DKIM selector and public key.
- Add TXT record with Name like
selector._domainkey(exact name from dashboard). - Value: paste DKIM key string.
- Save.
Optional: DMARC
After SPF and DKIM work, add DMARC TXT at _dmarc:
v=DMARC1; p=none; rua=mailto:you@yourdomain.comStart with p=none to monitor; tighten policy later with help from support.
Verify and wait
- Use dashboard Verify DNS button if available on email plan.
- Send test from webmail to Gmail check headers for SPF/DKIM pass.
- Allow 24–48 hours for global DNS propagation.