Skip to content

Releases: smartsupp/nette-mandrill

Allow PHP8

29 Jun 06:31
a55f926

Choose a tag to compare

feat: support php 8.0 (#7)

* support for php >=8.0

* fix composer.json

Default Message Options

21 Jan 11:01
33395a7

Choose a tag to compare

New Features:
Allowed to pass array of default message options to MandillMailer that will be passed in request property message of the message send api call.
https://mandrillapp.com/api/docs/messages.html

comform to Nette\Mail\Mailer interface

20 May 18:35
6b56124

Choose a tag to compare

  • MandrillException extends Nette\Mail\SendException
  • dont use deprecated IMailer interface

show http response status in exceptions message

18 May 08:29
a0a7f22

Choose a tag to compare

  • show http response status in exceptions message (#4)

Fixed handling of Reply-To header

01 Apr 07:38
2ba4606

Choose a tag to compare

Merge pull request #3 from smartlook/master

fix: Add Reply-To to headers

v3.0.0: nette3 support

27 Mar 10:09
219faf6

Choose a tag to compare

Merge pull request #2 from smartlook/master

Nette 3

v2.1.0

27 Mar 10:08

Choose a tag to compare

added async=true to api calls