Client Area
Email HostingIntermediate

Email Going to Spam — How to Fix

1 min read16 Apr 202635 views

In this article

  • 1Set Up Email Authentication Records
  • 2SPF Record
  • 3DKIM
  • 4DMARC
  • 5Other Steps

Email Going to Spam

Set Up Email Authentication Records

SPF Record

Add this TXT record to your domain DNS:

v=spf1 +a +mx ~all

DKIM

  1. Go to cPanel > Email Deliverability
  2. Click Manage next to your domain
  3. Install the suggested DKIM record

DMARC

Add this TXT record (name: _dmarc):

v=DMARC1; p=none; rua=mailto:[email protected]

Other Steps

  • Do not send bulk emails from shared hosting
  • Avoid spammy subject lines (ALL CAPS, excessive punctuation)
  • Include an unsubscribe link in marketing emails
  • Check if your server IP is blacklisted at mxtoolbox.com
  • Use a dedicated email service for bulk sending (Mailchimp, SendGrid)

Was this article helpful?

Your feedback helps us improve our documentation

Still need help? Submit a support ticket