Hi @jcanepa i use mandrillapp in most of my platform and i just use it in my env file i putt in the mandrill credentials.
Laravel 9 Mandrill Driver Packages
I am looking for a viable alternative Mandrill (Mailchimp transactional) mail driver package compatible with Laravel 9. The one I used previously, therobfonz/laravel-mandrill-driver has become incompatible with the new major version of Laravel framework. From what I understand, the package relies on swiftmailer/swiftmailer rather than symfony/mailer which is the package currently used by the framework. This may change in the future, but for now I'm looking for help choosing a replacement.
Here are some other options on Packagist, specifically:
From what I can tell, salamwaddah/laravel-mandrill-driver looks the most promising. To be compatible with laravel/framework v9, I believe they also need to require illuminate/support v9 and php ^8.0. If none of these work, I'll probably work with with the mailchimp/transactional package directly.
@jcanepa No i am just using it as a SMTP server in you're .env file you can set a SMTP server, i just set mandrill as a smtp server and then for example make a notificiation or mail, this works realy great.
Please or to participate in this conversation.