diff --git a/lib/init.php b/lib/init.php index 5ca8ae3e..28b4f0bd 100644 --- a/lib/init.php +++ b/lib/init.php @@ -430,7 +430,7 @@ if($page == '') /** * Initialize the mailingsystem */ -$mail = new PHPMailer(); +$mail = new PHPMailer(true); if(PHPMailer::ValidateAddress($settings['panel']['adminmail']) !== false) { // set return-to address and custom sender-name, see #76