craigpaul / laravel-postmark

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

DEPRECATED json_decode(): Passing null to parameter #1 ($json) of type string is deprecated #148

Open Christopher-Law opened 2 months ago

Christopher-Law commented 2 months ago

I get the following error when sending mail.

DEPRECATED json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in vendor/coconutcraig/laravel-postmark/src/PostmarkTransport.php on line 187.

craigpaul commented 2 months ago

Hey @Christopher-Law would you mind supplying some additional details? Package version, Laravel version, code snippet(s) that can reproduce this.

craigpaul commented 1 month ago

Hey @Christopher-Law, is this a text-only email you're sending? Meaning no HTML view is being generated? I see how that could possibly result in this deprecation warning.