getgrav / grav-plugin-email

Grav Email Plugin
http://getgrav.org
MIT License
37 stars 29 forks source link

Add custom headers to emails #81

Closed hughbris closed 2 years ago

hughbris commented 6 years ago

It would be handy for message filtering purposes (without needing a magic subject line string) to support adding custom email headers in messages sent, e.g.

X-Webform-origin: /contact

Ideally this will be supported in form process.email YAML too.

There may be use cases apart from client message filtering.

SwiftMailer supports this, it seems.

rhukster commented 6 years ago

I think we would need a PR to add this kind of advanced functionality. But sounds useful.

hughbris commented 8 months ago

ref ee0feae

rhukster commented 8 months ago

?