vemcogroup / laravel-sparkpost-driver

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

feature/to-cc-headers laravel 10 support #35

Closed DhanaSekarTechno closed 7 months ago

DhanaSekarTechno commented 7 months ago

Hi Team

I am using the feature/to-cc-headers in my project.

PHP : 8.1 and Laravel 9 Can you please add support for Laravel 10.x for this to-cc-headers feature.

Thanks

danijelk commented 7 months ago

Not sure I follow, we already support L10? What is to-cc-headers?

DhanaSekarTechno commented 7 months ago

Hi @danijelk

Thanks for your reply.

When i am using vemcogroup/laravel-sparkpost-driver : 5.0.5, if i send mail to multiple email ids then it send the mail to all emails separately. So that time if any one person reply to that email means its not send to all the other emails ids. So we are using feature/to-cc-headers branch code to achive this feature.

image

Currently my composer.json like this image

But when i am try to upgrade laravel 10 means i got this below error image

Please share your suggestion.

Thanks

danijelk commented 7 months ago

ok, you can switch to normal ^5.0 instead of the branch name, merged it into 5.0.6

DhanaSekarTechno commented 7 months ago

Hi @danijelk

Thanks for your support. I will change and check it. If any issues i will get back to you.