mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 18:59:21 +02:00
update PHPMailer info (#341)
This commit is contained in:
parent
5dbee1cd46
commit
00828a9f70
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user