📬
cbMailServices
  • Introduction
    • Release History
      • What's New With 2.8.0
      • What's New With 2.7.x
      • What's New With 2.6
      • What's New With 2.5.x
      • What's New With 2.4.0
      • What's New With 2.3.x
      • What's New With 2.2.0
      • What's New With 2.1.0
      • What's New With 2.0.0
    • About This Book
      • Author
  • Essentials
    • Installation
    • Configuration
    • 📧Sending Mail
  • Advanced
    • Async Mail
    • Building Protocols
    • Mail Events
Powered by GitBook
On this page
  • [v2.7.1] => 2023-FEB-14
  • Fixed
  • [v2.7.0] => 2023-JAN-16
  • Fixed
  • Added
  • Changed

Was this helpful?

Edit on GitHub
Export as PDF
  1. Introduction
  2. Release History

What's New With 2.7.x

January 16, 2023

PreviousWhat's New With 2.8.0NextWhat's New With 2.6

Last updated 1 year ago

Was this helpful?

[v2.7.1] => 2023-FEB-14

Fixed

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

[v2.7.0] => 2023-JAN-16

A big thanks to 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 the latest versions and moved to use temurin Java distributions due to deprecation of the service.

https://github.com/coldbox-modules/cbmailservices/pull/33
@richardherbert