From 504422f45219e5e411787955f1f4b9f0ecb9047e Mon Sep 17 00:00:00 2001 From: moudsen Date: Thu, 6 Jul 2023 01:22:40 +0200 Subject: [PATCH] v2.13 updates --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8c5ec84..d69491e 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,12 @@ Release notes - Addressed any PHP message (deprecation or error) - mailGraph debug output is now "clean" in PHP 7.4.x and PHP 8.2.x - Increased maximum number of graphs from 4 to 8 +**Please consider to move to PHPMailer as soon as possible as Swiftmailer is abandoned. Installation instructions are included on the wiki.** + +Principal approach: `composer require phpmailer/phpmailer`, install mailGraph v2.12 or higher. + +In case Swiftmailer is no longer used elsewhere you can consider to remove this package with `swiftmailer/swiftmailer`. + ## mailGraph v2.11 release ## _(2023/07/01)_