Skip to content
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.

Releases: bizley/Yii-MultiMailer

v1.6.1

27 Dec 10:31
Compare
Choose a tag to compare

Copy of PHPMailer removed to encourage updating to the latest version.

v1.6

07 Dec 08:36
Compare
Choose a tag to compare
  • PHPMailer 5.2.14
  • Last version of MultiMailer

v1.5

27 May 06:51
Compare
Choose a tag to compare
  • 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

11 May 08:04
Compare
Choose a tag to compare

PHPMailer updated to 5.2.10

v1.4

24 Feb 08:48
Compare
Choose a tag to compare

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

v1.3

11 Feb 08:25
Compare
Choose a tag to compare
  • PHPMailer updated to 5.2.9 with full repo directory structure.
  • pop-before-smtp method requires to set smtp host separately now.