Skip to content

Releases: DK26/osa-mailer

OSA-Mailer Alpha 3

20 Apr 18:43
Compare
Choose a tag to compare
OSA-Mailer Alpha 3 Pre-release
Pre-release

Changelog

  • Bumped dependencies
  • Renamed E-mail header key custom_key to unique_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

08 Feb 15:21
Compare
Choose a tag to compare
OsaMailer Alpha 2 Pre-release
Pre-release
  • Bumped dependencies
  • Replaced the number attribute for accumulated values with the order attribute instead; representing the order in which an E-mail entry was accumulated

OsaMailer Alpha 1

07 Feb 18:10
Compare
Choose a tag to compare
OsaMailer Alpha 1 Pre-release
Pre-release

While still a prototype, it's a pretty good prototype and may become the bases for the final product (eventually).

  • Renamed: MailScript to OsaMailer
  • 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

15 Dec 19:52
Compare
Choose a tag to compare
Pre-release

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

30 Nov 16:54
Compare
Choose a tag to compare
Pre-release

A prototype

MailScript Prototype 2

29 Nov 14:11
Compare
Choose a tag to compare
Pre-release

A prototype.

MailScript Prototype 1

29 Nov 11:56
Compare
Choose a tag to compare
Pre-release

A prototype