From 3e521c957419a8b647d15bc78a34c9a974c0197c Mon Sep 17 00:00:00 2001 From: Tarek1337 Date: Sat, 28 Oct 2017 16:46:30 +0200 Subject: [PATCH] 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. --- config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.php b/config.php index 913b923..f553932 100644 --- a/config.php +++ b/config.php @@ -669,7 +669,8 @@ ); // 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) Rename the folder to "PHPMailer". Then configure this with your SMTP mail settings from your email provider. */