From 00828a9f70bf17bb5519a74d76272ab994e5ad36 Mon Sep 17 00:00:00 2001 From: Kristoffer Eklund Date: Fri, 8 Mar 2019 22:16:41 +0100 Subject: [PATCH] update PHPMailer info (#341) --- README.md | 2 +- config.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 804093c..31ad133 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Forgotten Server is commonly known as TFS (The Forgotten Server) and Znote AAC s * PHP Version 5.3.3 or higher. Mostly tested on 5.6 and 7.0. Most web stacks ships with this as default these days. ### Optionals -* For email registration verification and account recovery: [PHPMailer](https://github.com/PHPMailer/PHPMailer/releases) Version 5.x, extracted and renamed to just "PHPMailer" in Znote AAC directory. +* For email registration verification and account recovery: [PHPMailer](https://github.com/PHPMailer/PHPMailer/releases) Version 6.x, extracted and renamed to just "PHPMailer" in Znote AAC directory. * PHP extention curl for PHPMailer, paypal and google reCaptcha services. * PHP extention openssl for google reCaptcha services. diff --git a/config.php b/config.php index 8e466ce..77fe255 100644 --- a/config.php +++ b/config.php @@ -688,8 +688,8 @@ ); // Email Server configurations (SMTP) - /* Please consider using a released stable version of PHPMailer or you may run into issues, such as 6.0.1. - Download PHPMailer: https://github.com/PHPMailer/PHPMailer/ + /* Please consider using a released stable version of PHPMailer or you may run into issues. + Download PHPMailer: https://github.com/PHPMailer/PHPMailer/releases Extract to Znote AAC directory (where this config.php file is located) Rename the folder to "PHPMailer". Then configure this with your SMTP mail settings from your email provider. */