• Hi, I’ve noticed that I’m not receiving emails from my contact form on my contact page. I receive them in my wordpress dashboard but they aren’t being sent to my email account. Please advise.

    thanks,

    nicole

Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    It sounds like your hosting provider has disabled PHP’s mail() function, which contact form plugins use. It’s the same function that is used by WordPress to send you comment notifications, or notifications about new users registering on your site.

    This is a common safeguard employed by hosting providers when they suspect that another customer on the same server is sending spam emails directly from the server.

    Another alternative is that PHP’s mail() function is still active, but spammer activity from the server has already caused any email sent from it to be blacklisted. This would result in the emails being sent, but never received by any email address with basic anti-spam capabilities.

    You can check this by leaving a comment on your site and checking if you receive an email. Another alternative would be to use the Check Email plugin and sending yourself a test email to see if it works? You can download the plugin here:
    https://wordpress.org/plugins/check-email/

    If you didn’t receive a test email, you could try using a plugin like this one to configure your WordPress site to use your email’s outgoing mail server instead of PHP’s mail() function:
    https://wordpress.org/plugins/postman-smtp/

Viewing 1 replies (of 1 total)
  • The topic ‘not receiving emails through my contact form’ is closed to new replies.