Closed fvanzeijl closed 1 year ago
Fix an unchecked array-key in PostmarkServiceProvider.php.
Since last 2 commits there was an unchecked array-key for message_stream_id in ServiceProvider.
message_stream_id
Closes #141
Tested with default laravel mail-config and mailable-setup from a system running good before last update.
Thanks for the PR, but this has been resolved in 0f20810 while keeping support for the reason it was originally changed for #140
Fix an unchecked array-key in PostmarkServiceProvider.php.
Description
Since last 2 commits there was an unchecked array-key for
message_stream_id
in ServiceProvider.Motivation and context
Closes #141
How has this been tested?
Tested with default laravel mail-config and mailable-setup from a system running good before last update.
Types of changes
Checklist: