My site is hosted on Digital Ocen with Wordpress. Now i want to activate mail function for my site because i am unable to receive contact form email. Please guide me how to activate it.
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,
By default Wordpress uses plain PHP mail which is not very reliable. It is better to use SMTP. I could sugges using a plugin like Easy WP SMTP. This would allow to easily integrate SMTP functionality to your site.
Then you could either setup an SMTP service on your droplet, to set that up you could follow the steps here:
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-on-ubuntu-16-04
Or you could use an external SMTP provider like Gmail. This would increase the delivery rate of your emails a lot.
If for any reason this is still not working, make sure to allow outgoing SMTP traffic:
If you are still not receiving your emails even after that, you could test your outgoing connectivity on port 25 with this command here:
If you are getting connection timeout, even after allowing the traffic via your firewall, then you could contact DO support team who will be able to guide you through getting mail functionality enabled on your Droplet and account!
https://www.digitalocean.com/company/contact/#support
Hope that this helps! Regards, Bobby
This comment has been deleted
This comment has been deleted