Skip to content

v4.17.4 - Fix for New Platform Requirement of Verified Email Domains

Latest

Choose a tag to compare

@jongpie jongpie released this 02 Apr 20:20
826166f

Core Unlocked Package Changes

  • Fixed #972 (reported by @arafesthain) where Salesforce has made the odd choice to break existing code by now requiring email domains to be verified, resulting in Apex code now throwing an exception when the email domain isn't verified 😡 (regardless of the API version used by Apex code)
    • This was fixed in PR #973 by updating the test class LoggerEmailSender_Tests to set the current user's email address to a (fake) gmail.com address - gmail.com is one of a few domains that don't have to be verified (see docs)

Installation Info

Core Unlocked Package - no namespace

Full Changelog: v4.17.3...v4.17.4