luisdalmolin / laravel-mandrill-driver

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

Custom headers not included in the message in Laravel 9 #30

Closed bruno-farias closed 1 year ago

bruno-farias commented 2 years ago

I'm using the header as shown in the configuration bellow:

'mandrill' => [ 'secret' => env('MANDRILL_KEY'), 'headers' => [ 'X-MC-Subaccount' => env('MANDRILL_SUB_ACCOUNT') ] ],

but when message is sent it it's not adding the subaccount to the email.