Ubuntu->Wordpress-> Contact form 7 ,Mailing to remote domains not supported
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello all,
What I could suggest here is using an SMTP plugin for your WordPress site.
That way you will be able to specify an SMTP server with authentication which your emails would be going through. You could for example use Gmail’s SMTP settings. This would drastically increase the delivery rate of your emails as well compared to using plain PHP mail.
I’ve been using this plugin for a while now and it works very well: Easy WP SMTP
Hope that this helps! Regards, Alex
Have you installed a mail server? If not, check out <a href=“https://github.com/DigitalOcean-User-Projects/Articles-and-Tutorials/blob/master/exim_send-only_mail_server.md”>Install a Send-only Mail Server for Your Apps on Ubuntu 12.04</a> or <a href=“https://www.digitalocean.com/community/articles/how-to-install-and-setup-postfix-on-ubuntu-12-04”>Postfix</a>.