Report this

What is the reason for this report?

Sendmail for contact form

Posted on March 3, 2014
toby

By toby

Hi there

I followed the initial setup for Digital Ocean droplets (Ubuntu 13.04) and configuring an Nginx/PHP server - so far so good.

However, simple PHP contact forms can’t send mail. I’ve read about Sendmail, Postfix etc for this, but they seem like they require extensive troubleshooting and configuration just to be able to send email.

Is there a simple way to be able to PHP mail() without worrying about configuring domains, users, worrying about spam or troubleshooting yet another complex config?

Thanks.



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!

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.

The easiest way would be using a service such as Mandrill (which offers a nice free tier). You could install sendmail but if you decide to go that route, you’ll need to set up SPF records to ensure that your mail doesn’t get marked as spam: <a href=“https://www.digitalocean.com/community/articles/how-to-use-an-spf-record-to-prevent-spoofing-improve-e-mail-reliability”>https://www.digitalocean.com/community/articles/how-to-use-an-spf-record-to-prevent-spoofing-improve-e-mail-reliability</a> <br> <br>You can install sendmail by running the following command: <br><pre>sudo apt-get install sendmail</pre>

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.