In the case of phpmailer the error comes from line 1966 of libraries/vendor/phpmailer/src/PHPMailer.php
You could plant a backtrace immediately before that line:
See what that gives you when the error occurs.
You could plant a backtrace immediately before that line:
Code:
var_dump(debug_backtrace());
Statistics: Posted by ceford — Sun Feb 25, 2024 10:08 am