craigpaul / laravel-postmark

A Postmark adapter for Laravel
MIT License
204 stars 23 forks source link

Message stream Id on postmark Factory #143

Closed MickProPay closed 1 year ago

MickProPay commented 1 year ago

Detailed description

I have a question We are using this package to send emails via postmark but when we try and send a email at a particular time it seems to be failing with Undefined array key "message_stream_id"

Context

[2023-07-26 08:22:48] staging.ERROR: Undefined array key "message_stream_id" {"exception":"[object] (ErrorException(code: 0): Undefined array key \"message_stream_id\" at /home/forge/staging.solidarity-snp.datakrag.co.za/releases/2023-07-24-17-47-51/vendor/coconutcraig/laravel-postmark/src/PostmarkServiceProvider.php:24) [stacktrace]

craigpaul commented 1 year ago

Hey @MickProPay, this was resolved in v3.0.5. Please see #141 for more details.