Releases: DK26/osa-mailer
Releases · DK26/osa-mailer
OSA-Mailer Alpha 3
Changelog
- Bumped dependencies
- Renamed E-mail header key
custom_key
tounique_by
- Fixed a problem where a bad input in an E-mail entry, would panic and skip good E-mail entries as well
- Attached offline docs
Supported Template Engines
Name | Short / File Extension | Version | Guide / Manual / Tutorial |
---|---|---|---|
Tera | tera |
v1.18.1 | https://tera.netlify.app/docs/#templates |
Handlebars | hbs |
v4.3.6 | https://handlebarsjs.com/guide/ |
Liquid | liq |
v0.26.1 | https://github.com/Shopify/liquid/wiki/Liquid-for-Designers |
OsaMailer Alpha 2
- Bumped dependencies
- Replaced the
number
attribute for accumulated values with theorder
attribute instead; representing the order in which an E-mail entry was accumulated
OsaMailer Alpha 1
While still a prototype, it's a pretty good prototype and may become the bases for the final product (eventually).
- Renamed:
MailScript
toOsaMailer
- Added: Accumulated entry values now contain a
checksum
value, so templates could filter for unique values - Fixed: Some SMTP errors that were handled with
.unwrap()
, are now handled with.except()
having informative error messages
MailScript Prototype 5
A prototype.
- Fixed: Treating now every single entry as a single E-mail unless the
+
key symbol is detected within the E-mail's context JSON, to which the whole entries batch is treated as a single E-mail.
MailScript Prototype 4
A prototype
MailScript Prototype 2
A prototype.
MailScript Prototype 1
A prototype