Skip to content

Releases: djagya/yii2-sparkpost

Use correct packagist version

21 Dec 16:45
Compare
Choose a tag to compare

Bump version for packagist

21 Dec 16:42
Compare
Choose a tag to compare
Merge pull request #13 from bariew/patch-1

Inline CSS Sparkpost option

Fix sparkpost composer name

09 Jul 17:21
Compare
Choose a tag to compare
Merge pull request #10 from alexander-emelyanov/master

Sparkpost client update

User-specific data, information about last sent transmission, retry limit

13 Jun 10:12
Compare
Choose a tag to compare

Issues:

  • #6 (user-specific data),
  • #7 (store last error),
  • #8 (retry limit),
  • #9 (store transmission id and sent/rejected counts)

Issues fixing (6-9)

09 Jun 00:06
Compare
Choose a tag to compare
Issues fixing (6-9) Pre-release
Pre-release

Issues #6 (user-specific data), #7 (store last error), #8 (retry limit), #9 (store transmission id and sent/rejected counts)

Http adapter is now configurable, warning: cUrl adapter is default now

11 May 14:50
Compare
Choose a tag to compare

Now you can configure a http adapter you want to use for Mailer.

WARNING: instead of Guzzle6 now cUrl will be used as default http adapter.
If you want to continue to use Guzzle6 you have to add guzzle to your project dependencies and set httpAdapter attribute to Ivory\HttpAdapter\Guzzle6HttpAdapter

Development mode, detailed exception error in logs

24 Apr 16:48
Compare
Choose a tag to compare

Missing message params, refactored recipients, no exceptions for empty send

01 Apr 15:01
Compare
Choose a tag to compare

Bug fixes

11 Mar 10:39
Compare
Choose a tag to compare
0.2.6

updated version

Mailer::compose()

29 Feb 17:13
Compare
Choose a tag to compare
0.2.5

make ::compose(['template' => 'tempalte']) available