This commit is contained in:
parent
b11a4512de
commit
b7dd089735
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue