Skip to content

Commit 9d14c08

Browse files
committed
#20300 - revert to PHPMailer5, as inline images stopped working
1 parent 1f77dd3 commit 9d14c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/lists/admin/init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@
761761
}
762762
}
763763
if (!defined('USE_PHPMAILER6')) {
764-
define('USE_PHPMAILER6', true);
764+
define('USE_PHPMAILER6', false);
765765
}
766766
if (!isset($GLOBALS['export_mimetype'])) {
767767
$GLOBALS['export_mimetype'] = 'application/csv';

0 commit comments

Comments
 (0)