How do I fix WordPress not sending emails? (SMTP) Print

  • 0

WordPress emails often fail because the default PHP mail function lands in spam or is blocked. The reliable fix is to send through authenticated SMTP.

  1. Create an email account in cPanel, for example noreply@yourdomain.com.
  2. Install an SMTP plugin such as WP Mail SMTP or FluentSMTP.
  3. Enter your mail server, port 465 (SSL) or 587 (TLS), and the full email address and password as the username.
  4. Send a test email from the plugin.

For best deliverability, set up SPF and DKIM records for your domain, or use a dedicated provider's SMTP. If emails still fail, open a ticket and we will check your mail settings.


Was this answer helpful?

« Back