sensu-plugins / sensu-plugins-mailer

This plugin is an email handler for Sensu.
http://sensu-plugins.io
MIT License
17 stars 37 forks source link

Multipart email template #36

Open EvaSDK opened 8 years ago

EvaSDK commented 8 years ago

Current code does not allow to send multipart email (typically html/plain text) because it would require a configuration switch for template or reading some headers from the template itself.

Please consider implementing something to support this.

majormoses commented 6 years ago

That sounds like a reasonable feature, I am more than happy to review when someone decides to implement this.