vemcogroup / laravel-sparkpost-driver

SparkPost driver to use with Laravel
MIT License
40 stars 16 forks source link

If we have multiple recipients, email going separately for each email ids #32

Closed balakrishnan178 closed 7 months ago

balakrishnan178 commented 10 months ago

Hai Team,

Consider, If sending an email to 4 users means, all 4 people receiving different mail

image

In the old version, we are getting single email with multiple recipients

image

We found the reason,

In vendor\vemcogroup\laravel-sparkpost-driver\src\Transport\SparkPostTransport.php file, we changed like below

After that, we are getting mail like existing one.

https://prnt.sc/rcVrdX-nVqrp

Issue happening, because of the below update https://github.com/vemcogroup/laravel-sparkpost-driver/compare/4.0.4...5.0.0 https://prnt.sc/effLbN2XOQ8W

Kindly share how to solve this issue? Do we need to pass any parameters?

danijelk commented 7 months ago

try with 5.0.6 to see if same issue exists

balakrishnan178 commented 7 months ago

ok sir thank you. we will check and confirm