Releases: RingierIMU/sailthru-notifications-channel
Releases · RingierIMU/sailthru-notifications-channel
Add domain whitelist check
New domain whitelist check: If enabled, it will allow the package to check if the receiver email is whitelisted before sending out email. Relevant for local test or dev environment where user would like to control how email is sent to avoid sending out emails to unsolicited users
Laravel 10 Support
Allow Laravel 9
0.4.4 Allow Laravel 9 (#13)
Allow PHP 8
0.4.3 Allow PHP 8 (#11)
Laravel 8 support
0.4.2 Laravel 8 (#10)
Catch block in Channel class fix
- Verify message variable in catch block in SailthruChannel
Laravel 7 support
0.4.0 Laravel 7 (#8)
Update Laravel depencies
... and bring it in line with current notifications channel template repo.
Add optional debug logging of the payload
Merge pull request #5 from RingierIMU/add-optional-payload-logging Add optional payload logging
Correctly catch Sailthru_Client_Exception
Merge pull request #4 from datashaman/hotfix/sailthru-client-exception Fix sailthru client exception try/catch