Skip to content

Releases: coldbox-modules/cbmailservices

2.8.0

13 Sep 13:13
df70ca5
Compare
Choose a tag to compare

Added

  • Github Support Files
  • Github Action Updates
  • ColdBox 7 Auto Testing
  • New start:fakemail command to start FakeSMTP for testing
  • Addded fake smtp server for testing on the harness
  • Skipping of parsing tokens if the mail type is template to avoid complex data in the send-grip protocol #34

v2.7.1

14 Feb 09:09
Compare
Choose a tag to compare

Fixed

  • Fix usage of invalid named member function #33 (#33)

v2.7.0

16 Jan 10:19
Compare
Choose a tag to compare

A big thanks to @richardherbert for all the updates in this release.

Fixed

  • FIXED var scoping of attachments variable
  • Updated to handle a response that is not JSON
  • 🐛 FIX: Update GHA to avoid deprecated syntax

Added

  • Added test for MAILGUN_BASEURL property
  • Updated to make MAILGUN_APIURL optional
  • Added support for Mailgun EU region by making MAILGUN_APIURL an optional property with https://api.mailgun.net/v3/ as the default.

Changed

  • Updated all GHA actions to latest versions and moved to use temurin Java distributions from adopt due to deprecation of the service.

v2.6.2

20 Dec 15:21
Compare
Choose a tag to compare

Fixed

  • If the incoming layout arugment for the setView() method in the mail is empty, it should ignore it.

v2.6.1

21 Nov 16:39
Compare
Choose a tag to compare

Changed

  • Less verbosity for the mail queue log

v2.6.0

16 Nov 19:52
Compare
Choose a tag to compare

Added

  • New ColdBox 7 delegate Mailable@cbmailservices so you can easily add mailing capabilities to objects

v2.5.1

01 Nov 10:36
Compare
Choose a tag to compare

Fixed

  • Fixing asset version

v2.5.0

19 Oct 13:56
Compare
Choose a tag to compare

Modified

  • More updates of injections to generic box instead of coldbox.

v2.4.0

22 Aug 14:23
Compare
Choose a tag to compare

Modified

  • Updated injections to generic box instead of coldbox.

v2.3.1

04 Aug 22:47
Compare
Choose a tag to compare

Fixed

  • Fix github action