- Campaign now forwards the
linkedData
property to the layout template
- Fix an issue where the templating service would throw an error
- Introduced
_unsubscribe
layout property, making it optional (but still a merge variable when using the Mandrill provider)
- Introduced ability to set
from
andtrap
fields on the email model as well as on the Campaign configuration object
- Replace instances of
preview
withteaser
- Fixed an issue where embedded images wouldn't be displayed
- Alternative way to provide image paths using
base64
values
- Terminal provider is now scoped
- Allow to modify
moment
's format string
- Pretty Markdown output for
terminal
logger
client.send
andclient.sendString
now return only the result from the provider
- Support for plugging in templating engines other than
mustache
BREAKING
- Renamed
console
client asterminal
- Setting
trap
totrue
will now simply not send any emails, period
- Renamed confusing
client
definition asprovider
, which is more accurate
- Out the box
nodemailer
client added
- Initial Public Release