WordPress on VPS running Plesk, no mail is being sent out

I have a VPS server running PLESK(12.5.30) and all of the WordPress forms we have that are supposed to send to people who fill out forms, are not being sent. They are just sitting in the mail queue as ‘deferred’.

I think it has to do with php mail, but I can’t seem to get this to work and my host is literally no help at all. I even called Plesk and they did not help.

Read More

Any ideas?

Thanks!

Related posts

1 comment

  1. For more information you can check system mail log somewhere in in /var/logs/

    Take in account that setting up working server of outbound mail is a real pain. In two words you need to setup SPF and DKIM or such mail services like Gmail will mark all emails from your server as spam by default.

    In your case I can suggest to SendGrid service which has a WordPress plug-in https://wordpress.org/plugins/sendgrid-email-delivery-simplified/
    (You need to register SendGrid account, it’s free)

    If your contact forms using default wp_mail() you mail will be send through SendGrid mail servers.

    Also you can setup you Postfix/sendmail with using SendGrid’s mail server: https://sendgrid.com/docs/Integrate/Mail_Servers/postfix.html

Comments are closed.