Skip to content

Releases: boundstate/yii2-mailgun

v1.4.0

04 Feb 15:48
3a592f5
Compare
Choose a tag to compare

Features

v1.3.0 - Batch Sending

28 Oct 19:15
Compare
Choose a tag to compare

Support for Batch Sending.

Previous release documentation implying that batch sending was already supported was incorrect.

v1.2.0

28 Oct 17:55
Compare
Choose a tag to compare

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() and Message#getReplyTo()

v1.0.1

29 Oct 17:23
Compare
Choose a tag to compare

Fixes

  • Error sending messages

v1.0.0

28 Oct 23:55
Compare
Choose a tag to compare

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

08 Oct 14:20
7047e46
Compare
Choose a tag to compare
  • embed() method
  • configure API endpoint
  • support newer versions of mailgun-php library

v0.0.3

13 May 16:07
Compare
Choose a tag to compare

Allow passing an array to Message setFrom

v0.0.2: Merge pull request #1 from OllieDay/master

17 Feb 18:27
Compare
Choose a tag to compare
Return true after sending message

v0.0.1

12 May 07:29
Compare
Choose a tag to compare
first commit