Added information regarding downloading master branch of PHPMailer (#310)

* Info regarding using a stable version of PHPMailer instead of downloading master branch.

* Added info regarding using a stable version of PHPMailer instead of downloading master branch.
This commit is contained in:
Tarek1337 2017-10-28 16:46:30 +02:00 committed by Stefan A. Brannfjell
parent c5decc03d1
commit 3e521c9574

View File

@ -669,7 +669,8 @@
); );
// Email Server configurations (SMTP) // Email Server configurations (SMTP)
/* Download PHPMailer: https://github.com/PHPMailer/PHPMailer/archive/master.zip /* 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/
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.
*/ */