sundflux / webvaloa

Light and fast content management system with heavy emphasis on content construction and extendability.
http://webvaloa.com
MIT License
1 stars 6 forks source link

Migrate to PHPMailer #105

Closed lahdekorpi closed 7 years ago

lahdekorpi commented 7 years ago

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.

lahdekorpi commented 7 years ago

For backwards compatibility the existing Mail class should stay as is. And the new mailer can be replaced in Login controller.

lahdekorpi commented 7 years ago

A wrapper is still needed for PHPMailer to make configuration easier.

sundflux commented 7 years ago

done, needs testing