Closed lahdekorpi closed 7 years ago
For backwards compatibility the existing Mail class should stay as is. And the new mailer can be replaced in Login controller.
A wrapper is still needed for PHPMailer to make configuration easier.
done, needs testing
Since composer is used, add PHPMailer to the requirements (like most software do) and allow configuration via
config.php
This also fixes #7 and #103 Implementing #2 is potentially also easier.