luisdalmolin / laravel-mandrill-driver

Mandrill mail driver for Laravel for version 6+
MIT License
79 stars 38 forks source link

Will this package support Laravel 9? #25

Closed LukeTowers closed 2 years ago

LukeTowers commented 2 years ago

Laravel 9 moved to Symfony Mailer, see https://github.com/laravel/framework/pull/38481

therobfonz commented 2 years ago

I don't really use Mandrill anymore, but I do plan on supporting Laravel 9, although it might not be right away. I will of course accept any PRs from people who use the package daily and can test easier than I can since I no longer have Mandrill access.

nickurt commented 2 years ago

@LukeTowers You can use symfony/mailchimp-mailer

ajsheldon93 commented 2 years ago

Confirmed that this package doesn't work in L9, but you can just use the builtin SMTP instead. Credentials are under "settings" in your mandrillapp.com dashboard. Seems to work fine.

therobfonz commented 2 years ago

Thanks everyone! In the process of transferring this package to someone who uses Mandrill still. It will have a new maintainer in the coming days who will do the Laravel 9 upgrade.

JayBizzle commented 2 years ago

Thanks everyone! In the process of transferring this package to someone who uses Mandrill still. It will have a new maintainer in the coming days who will do the Laravel 9 upgrade.

Any updates on the new maintainer?

brandonferens commented 2 years ago

Yes, we just merged a PR for the upgrade to Laravel 9. Please update your composer.json to require ^4.0.0.