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. */