This commit is contained in:
Marcus Bointon 2024-04-08 20:11:10 +02:00
parent fb317f2a36
commit 4551149ba2
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ class SMTP
switch ($this->Debugoutput) {
case 'error_log':
//Don't output, just log
/** @noinspection ForgottenDebugOutputInspection */
error_log($str);
break;
case 'html':