Hi. I have Gravity Forms installed on my website abcbend.com which uses Wordpress. However, none of the form results are being sent to my email address ‘valerie@abcbend.com’ or any gmail address. Does it have to do with Google SMTP or any SMTP issue?
In the forums, I saw that it might help if I install an SMTP Wordpress plugin so I did. But I need the following info. I asked Support but they said they can’t help me. Can anyone please point me to the right direction? Specifically, I need to fill these fields out:
Host SMTP Secure None SSL TLS Port SMTP Authentication No Yes Username Password
Thanks in advance.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Did you set up a SMTP mailserver on your droplet? You usually don’t need to do that, just install an MTA and use php’s mail() function (you can configure Wordpress to use that instead of SMTP). <br> <br>Postfix usually works perfectly out of the box: <br> <br><pre>DEBIAN_FRONTEND=noninteractive sudo apt-get install postfix -y</pre>
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.