Skip to content

Commit 713b3bc

Browse files
committed
#714 switch phpmailer6 back on
1 parent 9d14c08 commit 713b3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/lists/admin/init.php

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

0 commit comments

Comments
 (0)