Hi,
I am unable to send mails from the website using PHP mail function.
If I send the mail from an email to another email on my domain it works fine. However, on sending from the site, the mail is not received. On checking at mail-tester.com I noticed the errors highlighted in red https://prnt.sc/u8thpo
As an example, my domain name can be considered as domain.com
On checking hostname it shows the correct domain name and my fqdn is the same as my domain name.
Please help.
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
For anyone who comes across this in the future, using PHP mail might be quite unreliable as stated in the question.
Also keep in mind that port 25 might be closed for new accouts as described here:
Dedicated email deliverability platforms are better at handling deliverability factors like IP reputation. To send mail from DigitalOcean, we recommend using SendGrid:
https://marketplace.digitalocean.com/apps/sendgrid
Best,
Bobby