impaktfull_mailer 0.0.4
impaktfull_mailer: ^0.0.4 copied to clipboard
A dart library for sending emails on backend with a template engine.
0.0.2 #
Breaking change #
- Changed the default variable replacer from
BracketVariableReplacer
toDelimiterVariableReplacer
Feature #
- Added
DelimiterVariableReplacer
with{{
as prefix and}}
as suffix by default - Export HtmlMailTemplates & HtmlMailTemplate
CI #
- Added github actions to create a tag when a new version is released to pub.dev
Fix #
- Fixed the variable replacement in the email template.
- imports
Docs #
- Added propper docs in README.md
0.0.1 #
- Initial version.