How to use debugging of php mailer ?
when I use the debug option the mail is not working and I have an exception
$mail->SMTPDebug = 3;
but when I turn off the debug the mail is working
$mail->SMTPDebug = 0;
what is the cause ?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
How to use debugging of php mailer ?
when I use the debug option the mail is not working and I have an exception
$mail->SMTPDebug = 3;
but when I turn off the debug the mail is working
$mail->SMTPDebug = 0;
what is the cause ?