Releases: boundstate/yii2-mailgun
Releases · boundstate/yii2-mailgun
v1.4.0
v1.3.0 - Batch Sending
Support for Batch Sending.
Previous release documentation implying that batch sending was already supported was incorrect.
v1.2.0
Features
- Support for multiple email addresses when setting from/to/cc/bcc
- You may also specify sender name in addition to email address using format:
[email => name]
or[email => variables]
- Basic implementation for
Message#getFrom()
andMessage#getReplyTo()
v1.0.1
Fixes
- Error sending messages
v1.0.0
Fixes
- Compatibility with mailgun-php 3
BREAKING CHANGES
The Mailgun API Client is no longer hard coupled to Guzzle, Buzz or any other library that sends
HTTP messages. You must also install the PSR-7 implementation and HTTP client
you want to use.
If you just want to get started quickly you should install Buzz and nyholm/psr7:
composer require kriswallsmith/buzz nyholm/psr7
v0.0.4: Support newer versions of mailgun-php
embed()
method- configure API endpoint
- support newer versions of mailgun-php library
v0.0.3
Allow passing an array to Message setFrom
v0.0.2: Merge pull request #1 from OllieDay/master
Return true after sending message
v0.0.1
first commit