Skip to content

Bugfix for unhandled exception when email limits are reached

Compare
Choose a tag to compare
@jongpie jongpie released this 19 Sep 15:19
· 63 commits to main since this release
41e6594

Many thanks to @patrick-skamarak for this release!

Core Unlocked Package Changes

Bugfixes

  • @patrick-skamarak reported issue #547 and fixed it in PR #548 🥳 This was an issue in the Apex class LoggerEmailSender where it would continue to try (and fail) to send email notifications when the org's daily limit for SingleEmail had been exceeded. Now, it will just skip attempting to send email notifications when the limit has been exceeded.
    • There is a related open issue, #369, to improve how emails are sent to prevent (or drastically reduce) the usage of the SingleEmail limits. This will hopefully be implemented in the coming weeks as part of the v4.12.0 milestone (Winter '24 release.

Installation Info

Core Unlocked Package - no namespace

Full Changelog: v4.11.2...v4.11.3