spatie / laravel-backup

A package to backup your Laravel app
https://spatie.be/docs/laravel-backup
MIT License
5.64k stars 763 forks source link

[9.x] Add support for both single email string and array of email strings #1810

Closed vrusua closed 3 months ago

vrusua commented 3 months ago

Fixes issue for 9.x revision described here: Send mail notifications to multiple addresses failed https://github.com/spatie/laravel-backup/issues/1291#issuecomment-2205283765

freekmurze commented 3 months ago

Could you also add a test for this?

vrusua commented 3 months ago

Hi Freek,

I’ve added more tests to handle this in EventHandlerTest.php. Please take a look.

Cheers

Nielsvanpach commented 3 months ago

Thanks!