update PHPMailer info (#341)

This commit is contained in:
Kristoffer Eklund 2019-03-08 22:16:41 +01:00 committed by Stefan A. Brannfjell
parent 5dbee1cd46
commit 00828a9f70
2 changed files with 3 additions and 3 deletions

View File

@ -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. * 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 ### 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 curl for PHPMailer, paypal and google reCaptcha services.
* PHP extention openssl for google reCaptcha services. * PHP extention openssl for google reCaptcha services.

View File

@ -688,8 +688,8 @@
); );
// Email Server configurations (SMTP) // Email Server configurations (SMTP)
/* Please consider using a released stable version of PHPMailer or you may run into issues, such as 6.0.1. /* Please consider using a released stable version of PHPMailer or you may run into issues.
Download PHPMailer: https://github.com/PHPMailer/PHPMailer/ Download PHPMailer: https://github.com/PHPMailer/PHPMailer/releases
Extract to Znote AAC directory (where this config.php file is located) 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. Rename the folder to "PHPMailer". Then configure this with your SMTP mail settings from your email provider.
*/ */