This commit is contained in:
Marcus Bointon 2023-11-08 09:47:00 +01:00
parent b11a4512de
commit b7dd089735
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 1 additions and 1 deletions

View File

@ -114,4 +114,4 @@ class SMTPLowMemory extends SMTP
//To make PHPMailer use our custom SMTP class, we need to give it an instance
$mail = new PHPMailer(true);
$mail->setSMTPInstance(new SMTPLowMemory());
//Now carry on as normal
//Now carry on as normal