[FIXED] PHPMailer and SMTP with SSL issues
If you’re using PHPMailer library for sending emails and have some issues with SMTP – there are some steps to check. Step one: use SMTP :) From my experience I can say that’s quite common mistake. Make sure your code have this line: Step two: turn SMTP debugging on Using SMTP allows you to debug… Read more [FIXED] PHPMailer and SMTP with SSL issues