u-ichi / fluent-plugin-mail

Fluentd output plugin to send mail
https://rubygems.org/gems/fluent-plugin-mail
Other
48 stars 20 forks source link

Support for mustache templates as message body #46

Open kingjan1999 opened 2 years ago

kingjan1999 commented 2 years ago

This PR adds support for using Mustache templates for defining the message body. Available template variables are the contents of the respective record.

The goal is to support more complex mails with a lot of variables, which are difficult to construct using the current %s formatting option.