WebsiteBaker Support (2.12.x) > General Help & Support
wbmailer problem
jacobi22:
$mail->SMTPDebug = 0; == no output
$mail->SMTPDebug = 1; == show only errors on the client
$mail->SMTPDebug = 2; == show only errors on the server
$mail->SMTPDebug = 3; == server errors + initial connection informations
$mail->SMTPDebug = 4; == server errors + initial connection informations + even lower-level information
see https://github.com/PHPMailer/PHPMailer/wiki/SMTP-Debugging
here a solution with a own log-file
https://github.com/PHPMailer/PHPMailer/issues/911
Navigation
[0] Message Index
[*] Previous page
Go to full version