John01 Posted January 31, 2016 Share Posted January 31, 2016 Hi Where do PHPMailer errors end up so I can check them for why the email is not going through? Thanks Regards Quote Link to comment https://forums.phpfreaks.com/topic/300706-phpmailer-errors/ Share on other sites More sharing options...
Solution Jacques1 Posted January 31, 2016 Solution Share Posted January 31, 2016 Pass true to the constructor to enable exceptions. Note that there are many different reasons for why a mail isn't delivered, and not all of them can be fixed with code. Anyway, let's see what PHP has to say. Quote Link to comment https://forums.phpfreaks.com/topic/300706-phpmailer-errors/#findComment-1530640 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.