CodeIgniter Forums
Googlemail not delivering email - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Googlemail not delivering email (/showthread.php?tid=52397)



Googlemail not delivering email - El Forum - 06-08-2012

[eluser]Unknown[/eluser]
Hi, I searched, didn't find anything.

I am using the CI email class for smtp emailing through a googlemail account.

My PHP code is working, but the email is not being sent by Google. I logged into the gmail account, and the message is there in the sentbox. But it was never delivered! Puzzled, I directly emailed from the account successfully. I tested the account for smtp email from a VB application I had made some time ago, and that message was delivered successfully. But it won't deliver the mail when I do it through PHP. Has anyone had this problem?


Googlemail not delivering email - El Forum - 06-08-2012

[eluser]InsiteFX[/eluser]
You need to show your email configuration parameters.