This repository has been archived by the owner on Mar 28, 2018. It is now read-only.
Releases: bizley/Yii-MultiMailer
Releases · bizley/Yii-MultiMailer
v1.6.1
v1.6
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()'
v1.4.1
v1.4
New parameter:
- setLanguage - sets the language for PHPMailer errors with optional language data file. Default language is English (en).
New methods:
- attachment() - adds the attachment file for emails
- attachments() - adds the list of attachment files for email
- bccs() - adds the list of blind carbon copy email recipients
- ccs() - adds the list of carbon copy email recipients
- setLanguage() - changes the language for PHPMailer errors
- tos() - adds the list of email recipients