Bugfix for unhandled exception when email limits are reached
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 forSingleEmail
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 thev4.12.0
milestone (Winter '24 release.
- There is a related open issue, #369, to improve how emails are sent to prevent (or drastically reduce) the usage of the
Installation Info
Core Unlocked Package - no namespace
Full Changelog: v4.11.2...v4.11.3
- SF CLI:
sf package install --wait 20 --security-type AdminsOnly --package 04t5Y000001HZd0QAG
- SFDX CLI:
sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y000001HZd0QAG
- Sandbox: https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001HZd0QAG
- Production: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001HZd0QAG