From 5dbee1cd46d7e62c2e1bbe6e8b14d703d94f5b0c Mon Sep 17 00:00:00 2001 From: Kristoffer Eklund Date: Fri, 8 Mar 2019 21:20:38 +0100 Subject: [PATCH] PHPMailer 6.0 support (#340) * PHPMailer 6.0 support * dont require the PHPMailer files until sendMail is called * cs fixes --- engine/function/mail.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/engine/function/mail.php b/engine/function/mail.php index 1aa93b6..301cd15 100644 --- a/engine/function/mail.php +++ b/engine/function/mail.php @@ -1,4 +1,8 @@