Gmail POP with PHP
Ok the problem i faced with Gmail POP with PHP is that i couldnt figure out how to work with the encrypted tsl protocol . So here is what i did , i installed stunnel on my linux server , created connections to Gmail POP and SMTP in them and connected my PHP code to stunnel on localhost instead of connecting directly to Gmail and it works like a charmĀ ![]()
Just make sure your not over connecting with Gmail or they will block you.
