Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does PHPMailer Log?

I am trying to get the Spark_plug login working with my application. Most of it is done but I don't seem to be able to send any mails. I have tried a couple of things including ensuring that the SMTP relay is correct.

But the main problem is that I am not getting any error messages, Is there a Specific log that PHPMailer writes to? I have looked everywhere I know that within the mailer class you can set debugging but this seems to have no effect.

Thanks

like image 914
JaChNo Avatar asked Nov 15 '22 02:11

JaChNo


1 Answers

PHPMailer itself and also Spark_plug do not appear to have any specific logging... It seems CakePHP should take care of logging for you - if set up to do so.

like image 182
Brian Avatar answered Dec 20 '22 03:12

Brian