adonisjs / mail

AdonisJS Email Provider
MIT License
106 stars 34 forks source link

Set email header in adonis 4 #46

Closed stavrogin closed 4 years ago

stavrogin commented 4 years ago

Hi,

I cannot add an email header in config, neither in code. In Adonis 3.2 it was possible by calling message.header(key, value) Has this feature been removed or is it possible to do it in another way?

Thanks

thetutlage commented 4 years ago

Added back in v5

mauricioLopezRamirez commented 3 years ago

hi, how can you add header from version 4.1 of adonis without upgrading to version 5?