Gayner Posted September 13, 2009 Share Posted September 13, 2009 What the hell i dont know.. im following this guide: http://mail.google.com/support/bin/answer.py?hl=en&answer=13287 Link to comment https://forums.phpfreaks.com/topic/174112-php-smtp-not-working-gmail-wow/ Share on other sites More sharing options...
phporcaffeine Posted September 13, 2009 Share Posted September 13, 2009 The outbound or 'SMTP' port for gmail is 465, not 587 ... and it requires an SSL connection. The inbound or 'POP' port is 995 and it requires an SSL connection as well. The server url's are smtp.gmail.com and pop.gmail.com, respectively. Your application will need to connect to the gmail mail sever via SSL, or it won't work. Link to comment https://forums.phpfreaks.com/topic/174112-php-smtp-not-working-gmail-wow/#findComment-917802 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.