Report this

What is the reason for this report?

Using PHP mail() on App Platform?

Posted on January 10, 2022

Hello,

I have a simple contact form on my PHP website. I’m currently using the App Platform, where the mail() function does not seem to work.

What’s the best way to support a contact form on the App Platform? Can I enable mail()?

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.

Hi there,

Port 25 is most likely closed by default, what I could suggest instead is to use SMTP rather than plain PHP mail.

This will increase the deliverability rate of your emails and there are some free services like SendGrid for example that you could use.

Hope that this helps! Regards, Bobby

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.