How to Fix Email Going to Spam Folder: Complete Troubleshooting Checklist

How to Fix Email Going to Spam Folder: Complete Troubleshooting Checklist - CpanelFree Guide

Quick Answer: If your emails are landing in the spam folder, resolve the 4 primary trigger causes: 1) Configure valid SPF, DKIM, and DMARC DNS records, 2) Verify that your sending server IP is not listed on Spamhaus, Barracuda, or SORBS blacklists, 3) Ensure your hosting provider has configured a valid PTR (Reverse DNS) record, … Read more

How to Access Webmail (Roundcube) and Connect Custom Email to Outlook & iPhone

How to Access Webmail (Roundcube) and Connect Custom Email to Outlook & iPhone - CpanelFree Guide

Quick Answer: To access your webmail, navigate to https://yourdomain.com/webmail (or https://yourdomain.com:2096) and log in with your full email address and password. To connect your custom email to Outlook, iPhone, or Android, use Secure IMAP Settings: Incoming Server: mail.yourdomain.com (Port 993 with SSL/TLS), Outgoing Server: mail.yourdomain.com (Port 465 with SSL/TLS). ⏱️ 4 min read (891 words) … Read more

How to Create Free Professional Business Email with Your Custom Domain

How to Create Free Professional Business Email with Your Custom Domain - CpanelFree Guide

Quick Answer: You can create a 100% free professional business email address (like [email protected]) using 3 proven methods: 1) Built-in cPanel Webmail on CpanelFree hosting (Unlimited free accounts with Roundcube webmail), 2) Zoho Mail Forever Free Plan (5 free mailboxes with 5GB/user), or 3) Cloudflare Email Routing (Free forwarding directly to your personal Gmail). ⏱️ … Read more

Top 5 Best Free SMTP Servers for WordPress & Web Applications in 2026

Top 5 Best Free SMTP Servers for WordPress & Web Applications in 2026 - CpanelFree Guide

Quick Answer: The best free SMTP server for WordPress in 2026 is Brevo (formerly Sendinblue), which offers a generous free tier of 300 emails per day (9,000 emails/month) with dedicated REST API support, real-time bounce tracking, and zero credit card requirements. For high-volume developer APIs, Mailjet and Postmark offer superior latency and sub-second webhook delivery. … Read more

How to Fix WordPress Not Sending Emails (Free SMTP Setup with Gmail / Brevo)

How to Fix WordPress Not Sending Emails (Free SMTP Setup with Gmail / Brevo) - CpanelFree Guide

Quick Answer: WordPress fails to send password reset emails and WooCommerce order receipts because it relies on the default PHP mail() function, which lacks SMTP authentication and is blocked by most web hosting firewalls and inbox spam filters. To fix it, install the free WP Mail SMTP or FluentSMTP plugin and connect a free transactional … Read more

How to Set Up SPF, DKIM & DMARC Records for 100% Email Deliverability (2026)

How to Set Up SPF, DKIM & DMARC Records for 100% Email Deliverability (2026) - CpanelFree Guide

Quick Answer: To achieve 100% email deliverability and comply with Google/Yahoo sender rules: 1) Add an SPF TXT Record on @ authorizing your mail servers (v=spf1 +a +mx include:_spf.google.com ~all), 2) Add a DKIM TXT Record containing your 2048-bit public RSA key (default._domainkey), and 3) Add a DMARC TXT Record on _dmarc (v=DMARC1; p=quarantine; rua=mailto:[email protected]). … Read more

How to Test a Migrated Website on New Server Before Changing DNS (Hosts File Guide)

How to Test a Migrated Website on New Server Before Changing DNS (Hosts File Guide) - CpanelFree Guide

Quick Answer: To test a migrated website on a new server before changing public DNS records, add your new server IP and domain name to your local computer’s hosts file (e.g. 203.0.113.50 yourdomain.com www.yourdomain.com). This forces your computer to resolve the domain to the new server while all other global visitors continue browsing the old … Read more

How to Migrate from Shared Hosting to Cloud VPS: The Complete 2026 Playbook

How to Migrate from Shared Hosting to Cloud VPS: The Complete 2026 Playbook - CpanelFree Guide

Quick Answer: When your website outgrows shared hosting limits (slow TTFB, 503 errors during traffic spikes), migrating to a Cloud VPS unlocks dedicated CPU cores, isolated RAM buffers, and root SSH access. The upgrade process involves: 1) Provisioning a Linux VPS (Ubuntu 24.04), 2) Installing a modern control panel (CyberPanel/CloudPanel), 3) Migrating data via rsync … Read more

How to Migrate from cPanel to DirectAdmin: Complete Migration Walkthrough

How to Migrate from cPanel to DirectAdmin: Complete Migration Walkthrough - CpanelFree Guide

Quick Answer: To migrate from cPanel to DirectAdmin: 1) Generate a full cPanel backup (/scripts/pkgacct username or cPanel Backup Wizard), 2) Transfer cpmove-username.tar.gz to DirectAdmin’s /home/admin/all_backups/ directory, 3) In DirectAdmin, go to Admin Backup/Transfer > Restore, select the cPanel backup format, and click Restore. ⏱️ 4 min read (857 words) 🛡️ Verified on Ubuntu 24.04 … Read more

How to Migrate from cPanel to CloudPanel: Step-by-Step Server Transfer Guide

How to Migrate from cPanel to CloudPanel: Step-by-Step Server Transfer Guide - CpanelFree Guide

Quick Answer: To migrate from cPanel to CloudPanel: 1) Create a new WordPress Site in CloudPanel dashboard, 2) Export your cPanel files (public_html) and MySQL database dump, 3) Transfer and extract files to /home/site-user/htdocs/yourdomain.com/, 4) Import the database into CloudPanel MySQL, 5) Update wp-config.php credentials, and 6) Issue a free Let’s Encrypt SSL certificate in … Read more