luisdalmolin / laravel-mandrill-driver

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

How does one specify a Mandrill Template to be used? #5

Closed ThaDaVos closed 4 years ago

ThaDaVos commented 4 years ago

Like the title says, how would one specify the template and mergable vars when sending an email?

(So no blade template, but actualy Mandrill Template)

MarkCorneth commented 4 years ago

Also interested in this

therobfonz commented 4 years ago

This would require a much larger change outside of the scope of the driver as mailables need to be adjusted to not reference blade files. Unfortunately, not doable without changes at the core of Laravel.

if you are using a Mandrill template, it would be more beneficial to just use their system completely to send the email.