[Vortex] Switch to PHPMailer instead of Lunr's Mail class

Review Request #451 — Created Aug. 17, 2016 and submitted — Latest diff uploaded

pprkut
Lunr
pprkut:phpmailer
lunr

Switch to PHPMailer instead of Lunr's Mail class.

PHPMailer unfortunately is not reentrant. So in order to keep the thing testable we have to resort to the clone hack.

Unit tests

Loading...