gnanet / mailzu

MailZu-ng compatible PHP 7.2+, PHP-PDO | Based on zedzedtop/mailzu and SF.net/projects/mailzu/ | MailZu is a simple and intuitive web interface to manage Amavisd-new quarantine. Users can view their own quarantine, release/delete messages or request the release of messages. This fork of MailZu is written in PHP and requires Amavisd-new version greater than 2.7.0
GNU General Public License v2.0
14 stars 7 forks source link

Update PHPMailer #13

Closed gnanet closed 3 years ago

gnanet commented 3 years ago

Should be updated asap at least to PHPMailer class version 1.73

gnanet commented 3 years ago

Going to use the latest version, adding to the project as composer package

gnanet commented 3 years ago

https://github.com/PHPMailer/PHPMailer#installation--loading

https://github.com/PHPMailer/PHPMailer#a-simple-example

https://github.com/PHPMailer/PHPMailer/blob/master/examples/mail.phps

gnanet commented 3 years ago

The current used PHPMailer class is modified to use the $conf data, to follow best practice, extending seems the best way: https://github.com/PHPMailer/PHPMailer/blob/master/examples/extending.phps