Skip to content

Releases: wouterdeberg/laravel-elastic-email

V2.1.2

17 Apr 08:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.1...2.1.2

V2.1.1

23 May 09:35
Compare
Choose a tag to compare
  • Updated the README document with the suggestion in #9.
  • Removed the second replyTo attribute, because there was already a replyTo attribute.

V2.1.0

11 Apr 08:50
Compare
Choose a tag to compare

V2.0.2

11 Apr 08:19
Compare
Choose a tag to compare

V2.0.1

27 Feb 08:12
80348c4
Compare
Choose a tag to compare

Fix for issue #5 and #7.
80348c4

V2.0.0

23 Sep 08:19
Compare
Choose a tag to compare

Compatibility update for Laravel 9

  • The package is now using Symfony Mailer instead of SwiftMailer due to the made transition in Laravel 9.
  • The package is using the Laravel default MailManager again.
  • The package no longer needs your Elastic Email Account ID, only your Elastic Email API Key.

Upgrade guide from V1 to V2:

  • Turn the MailServiceProvider back on in your app.php config file.
  • Remove your account ID environment variable.
  • Update your elastic_email mailer attribute in your mail.php configuration as shown in the README file.

V1.0.2

02 Jun 20:58
69a9d75
Compare
Choose a tag to compare

Updated composer.json

v1.0.1

19 Mar 17:14
Compare
Choose a tag to compare

Updated composer.json

v1.0

19 Mar 17:03
Compare
Choose a tag to compare

This is the initial release.