Skip to content

Releases: icdocsoc/docsoc-tools

v1.60: Add JSON Loader to mailmerge

Choose a tag to compare

@ksambhi ksambhi released this 23 Oct 18:31

Adds a JSON Loader to mailmerge, to allow data to pulled in from JSON files which might have arrays, etc.

These arrays can then be used in the template files (as was done for MaDs).

NOTE: Email addresses must still be singular, space separated strings. If the emails list (or the BCC/CC fields as well) is an array, the program will crash as it does not expect that.

Don't call post-send hook in test mode

Choose a tag to compare

@ksambhi ksambhi released this 13 Aug 11:25

🩹 Fixes

  • don't call post send hook in test mode (bf97bf1)

Add -t switch for test mode

Choose a tag to compare

@ksambhi ksambhi released this 13 Aug 11:24

Adds a new test mode to the mail merge tool to allow sending emails to test mail addresses before the real sent

Add --only & moving of drafts

Choose a tag to compare

@ksambhi ksambhi released this 12 Aug 10:07
  • Adds new --only flag to only send a set number of emails
  • Moves draft uploads to a folder to prevent re-upload.

Initial release

Choose a tag to compare

@ksambhi ksambhi released this 06 Aug 21:08

The initial release of docsoc-tools.

These tools are included with complete docs:

  1. @docsoc/util: common utilities
  2. @docsoc/mailmerge: library for mailmerging
  3. @docsoc/mailmerge-cli: CLI for mailmerging
  4. Rust clickup calendar sync tool