From 09b9055e890e0dc1e56650879993b7da0a220727 Mon Sep 17 00:00:00 2001 From: Bizley Date: Tue, 27 Dec 2016 07:51:04 +0100 Subject: [PATCH] security fix --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32c56cf..bc38bec 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,11 @@ This extension allows to send emails with the help of PHPMailer class or to stor The last version ================ -This is the last version of Multimailer (excluding bug fixes). If you would like to upgrade PHPMailer version from now on just replace the content of PHPMailer -folder but test if every time because something might not work properly. +This is the last version of Multimailer (excluding bug fixes). + +**This version does not include PHPMailer files because with the last critical issue being fixed I don't want to open your server to exploits with older versions.** +Please get the latest version of PHPMailer at https://github.com/PHPMailer/PHPMailer and place all the folders and files in `MultiMailer/PHPMailer` folder. + I recommend switching to Yii 2. Installation