Report this

What is the reason for this report?

PHPMail: Email sent but not recieved ?

Posted on September 15, 2017

Hi, I just used PHPMailer to send a email to my gmail account. I received a debug message “Message has been sent”, but when I check my inbox it didn’t receive the email (even in spam folder). I tried the same code in localhost and it worked fine.

Can anyone one tell me what is the problem here ?

Thank you



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.

Make sure that you set up SPF and DKIM record. I have been working on this myself for the past days, and finally got it working.

Try to set these records up first and try again, but if this doesn’t work, you might have to either create a user with mail directory, or edit the postfix main.cf.

Here’s the tutorials I followed. https://www.digitalocean.com/community/tutorials/how-to-use-an-spf-record-to-prevent-spoofing-improve-e-mail-reliability https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-dkim-with-postfix-on-debian-wheezy

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.