{"id":20217682,"url":"https://github.com/pforret/postmarkit","last_synced_at":"2026-05-05T16:31:57.953Z","repository":{"id":144772790,"uuid":"326383795","full_name":"pforret/postmarkit","owner":"pforret","description":"Use Postmark API to send emails (CLI/bash) -- UNDER DEVELOPMENT","archived":false,"fork":false,"pushed_at":"2021-02-05T08:06:50.000Z","size":865,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T22:21:58.978Z","etag":null,"topics":["api","bash","bashew","email","postmark","scripting"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pforret.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-03T10:48:55.000Z","updated_at":"2023-04-13T17:46:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"d525ea44-68ec-4177-b8c9-e2efcb62b055","html_url":"https://github.com/pforret/postmarkit","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":"pforret/bashew","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fpostmarkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fpostmarkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fpostmarkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fpostmarkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pforret","download_url":"https://codeload.github.com/pforret/postmarkit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241654824,"owners_count":19997938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","bash","bashew","email","postmark","scripting"],"created_at":"2024-11-14T06:35:06.745Z","updated_at":"2026-05-05T16:31:57.922Z","avatar_url":"https://github.com/pforret.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![bash_unit CI](https://github.com/pforret/postmark/workflows/bash_unit%20CI/badge.svg)\n![Shellcheck CI](https://github.com/pforret/postmark/workflows/Shellcheck%20CI/badge.svg)\n![GH Language](https://img.shields.io/github/languages/top/pforret/postmark)\n![GH stars](https://img.shields.io/github/stars/pforret/postmark)\n![GH tag](https://img.shields.io/github/v/tag/pforret/postmark)\n![GH License](https://img.shields.io/github/license/pforret/postmark)\n[![basher install](https://img.shields.io/badge/basher-install-white?logo=gnu-bash\u0026style=flat)](https://basher.gitparade.com/package/)\n\n# postmark\n\nUse Postmark API on the command line\n![pforret/postmark](postmark.jpg)\n\n## Usage\n```\nProgram: postmark.sh 1.0.0 by peter@forret.com\nUpdated: Jan  3 17:14:14 2021\nDescription: Use Postmark API on the command line\nUsage: postmark.sh [-f] [-h] [-q] [-v] [-B \u003cbcc\u003e] [-C \u003ccc\u003e] [-F \u003cfrom\u003e] [-G \u003ctag\u003e] [-K \u003ctoken\u003e] [-M \u003cstream\u003e] [-S \u003csubject\u003e] [-T \u003cto\u003e] [-l \u003clog_dir\u003e] [-t \u003ctmp_dir\u003e] \u003caction\u003e \u003cinput?\u003e\nFlags, options and parameters:\n-f|--force       : [flag] do not ask for confirmation (always yes) [default: off]\n-h|--help        : [flag] show usage [default: off]\n-q|--quiet       : [flag] no output [default: off]\n-v|--verbose     : [flag] output more [default: off]\n-B|--bcc \u003c?\u003e     : [option] bcc: address\n-C|--cc \u003c?\u003e      : [option] cc: address\n-F|--from \u003c?\u003e    : [option] from: address  [default: \u003cauthor email\u003e]\n-G|--tag \u003c?\u003e     : [option] email tag  [default: test]\n-K|--token \u003c?\u003e   : [option] Postmark API server token  [default: POSTMARK_API_TEST]\n-M|--stream \u003c?\u003e  : [option] Postmark stream  [default: outbound]\n-S|--subject \u003c?\u003e : [option] email subject  [default: Mail from \u003cuser\u003e@\u003chost\u003e - \u003cdate\u003e]\n-T|--to \u003c?\u003e      : [option] to: address  [default: example@example.com]\n-l|--log_dir \u003c?\u003e : [option] folder for log files   [default: ~/log/postmark]\n-t|--tmp_dir \u003c?\u003e : [option] folder for temp files  [default: .tmp]\n\u003caction\u003e         : [parameter] action to perform: check/html/text/md\n\u003cinput\u003e          : [parameter] input text or html (optional)\n```\n\n## Installation\n\nwith [basher](https://github.com/basherpm/basher)\n\n```bash\nbasher install pforret/postmark\n```\n\nor with `git`\n\n```bash\ngit clone https://github.com/pforret/postmark.git\ncd postmark\n```\n\n## Acknowledgements\n\n* script created with [bashew](https://github.com/pforret/bashew)\n\n\u0026copy; 2021 Peter Forret\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpforret%2Fpostmarkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpforret%2Fpostmarkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpforret%2Fpostmarkit/lists"}