Commit 6767087
committed
Fixes the issue: "An address can be an instance of Address or a string ("null" given)."
This issue happens due to CC and BCC being set to an empty array, which as of laravel 10+, cannot happen. Preventing the entire laravel plugin from sending any emails.1 parent 48653be commit 6767087
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
408 | | - | |
409 | | - | |
410 | 408 | | |
411 | 409 | | |
412 | 410 | | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
413 | 419 | | |
414 | 420 | | |
415 | 421 | | |
| |||
0 commit comments