therecluse26 / PHP-Login

A login system built with PHP, MySQL, jQuery and Bootstrap
MIT License
839 stars 444 forks source link

SMTP error #197

Closed lambedout closed 5 years ago

lambedout commented 6 years ago

Have all the settings correct for gmail smtp, even have allow access to less secure apps and it's still not working. PHPMailer from the composer install, not sure what I'm doing wrong.

therecluse26 commented 6 years ago

@lambedout What is it actually doing? Do you have an error message or is it just silently failing? Is it just failing to connect or is it making a successful connection but failing to actually send mail?

lambedout commented 6 years ago

Failing to connect