YiiMailer icon indicating copy to clipboard operation
YiiMailer copied to clipboard

Yii extension for sending emails with layouts using PHPMailer

Results 2 YiiMailer issues
Sort by recently updated
recently updated
newest added

Hi, are there any upcoming changes regrding PHP 7.x compatibility? perhaps remove Exceptions and replace them with Throwable etc?

When you run the YiiMailer on test mode and try to save the file instead of sending it, in the save function [YiiMailer::save()](https://github.com/vernes/YiiMailer/blob/master/YiiMailer.php#L591) when `$filename` is created, if the `$this->view`...