This repository has been archived by the owner on Mar 28, 2018. It is now read-only.
v1.5
- PHPMailer class is now extended with ProxyPHPMailer class.
- Library files are included using Yii::import() now.
- New property 'setPattern' allows to set validation pattern for PHPMailer in case of problems with PCRE8 regex (default 'auto').
- New public method 'getPhpmailer()' allows to control PHPMailer directly.
- New public method 'clearAllRecipients()' allows to remove all recipients (including CC and BCC recipients)
- Method '_processBody()' is using Yii::renderFile() instead of Yii::renderPartial() in case of command line action and properly throws exception instead of using 'setMultiError()'