fluent-plugin-mail
fluent-plugin-mail copied to clipboard
Support for mustache templates as message body
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.