luisdalmolin / laravel-mandrill-driver

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

Can I use this library to send the data for a template in Mandril? #41

Closed juniorov closed 6 months ago

juniorov commented 6 months ago

I have two templates on Mandrill.

I used this in Laravel 5.4 but now in Laravel 10, I don't know if I can do the same with this package. $headers->addTextHeader("X-MC-SendAt", $date);

luisdalmolin commented 6 months ago

I believe you should be able to use this: https://laravel.com/docs/11.x/mail#headers

But let me know in case it doesn't work. Feel free to reopen this issue.