Merge pull request #1671 from fraenki/issue_1617

sysutils/mail-backup: bugfix release 1.1
This commit is contained in:
Frank Wall
2020-01-22 15:52:35 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= mail-backup
PLUGIN_VERSION= 1.0
PLUGIN_VERSION= 1.1
PLUGIN_COMMENT= Send configuration file backup by e-mail
PLUGIN_DEPENDS= gnupg phpmailer
PLUGIN_MAINTAINER= machadovilaca@gmail.com
@@ -176,7 +176,7 @@ class Mailer extends Base implements IBackupProvider
$date = date('Y-m-d');
$hostname = gethostname();
PHPMailerAutoload(PHPMailer);
PHPMailerAutoload('PHPMailer');
$mail = new \PHPMailer(true);
$mail->IsHTML(false);
$mail->IsSMTP();