Releases: coldbox-modules/cbmailservices
Releases · coldbox-modules/cbmailservices
2.8.0
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
v2.7.0
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
Fixed
- If the incoming
layout
arugment for thesetView()
method in the mail is empty, it should ignore it.
v2.6.1
Changed
- Less verbosity for the mail queue log
v2.6.0
Added
- New ColdBox 7 delegate
Mailable@cbmailservices
so you can easily add mailing capabilities to objects
v2.5.1
Fixed
- Fixing asset version
v2.5.0
Modified
- More updates of injections to generic
box
instead ofcoldbox
.
v2.4.0
Modified
- Updated injections to generic
box
instead ofcoldbox
.
v2.3.1
Fixed
- Fix github action