From b7dd0897357f2060e72b7feaeb8c1dd2f8073c7e Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Wed, 8 Nov 2023 09:47:00 +0100 Subject: [PATCH] CS --- examples/smtp_low_memory.phps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/smtp_low_memory.phps b/examples/smtp_low_memory.phps index df1894b5..5990a5f6 100644 --- a/examples/smtp_low_memory.phps +++ b/examples/smtp_low_memory.phps @@ -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 \ No newline at end of file +//Now carry on as normal