https://github.com/pforret/postmarkit
Use Postmark API to send emails (CLI/bash) -- UNDER DEVELOPMENT
https://github.com/pforret/postmarkit
api bash bashew email postmark scripting
Last synced: about 2 months ago
JSON representation
Use Postmark API to send emails (CLI/bash) -- UNDER DEVELOPMENT
- Host: GitHub
- URL: https://github.com/pforret/postmarkit
- Owner: pforret
- License: mit
- Created: 2021-01-03T10:48:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T08:06:50.000Z (over 5 years ago)
- Last Synced: 2025-01-13T22:21:58.978Z (over 1 year ago)
- Topics: api, bash, bashew, email, postmark, scripting
- Language: Shell
- Homepage:
- Size: 845 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README






[](https://basher.gitparade.com/package/)
# postmark
Use Postmark API on the command line

## Usage
```
Program: postmark.sh 1.0.0 by peter@forret.com
Updated: Jan 3 17:14:14 2021
Description: Use Postmark API on the command line
Usage: postmark.sh [-f] [-h] [-q] [-v] [-B ] [-C ] [-F ] [-G ] [-K ] [-M ] [-S ] [-T ] [-l ] [-t ]
Flags, options and parameters:
-f|--force : [flag] do not ask for confirmation (always yes) [default: off]
-h|--help : [flag] show usage [default: off]
-q|--quiet : [flag] no output [default: off]
-v|--verbose : [flag] output more [default: off]
-B|--bcc > : [option] bcc: address
-C|--cc > : [option] cc: address
-F|--from > : [option] from: address [default: ]
-G|--tag > : [option] email tag [default: test]
-K|--token > : [option] Postmark API server token [default: POSTMARK_API_TEST]
-M|--stream > : [option] Postmark stream [default: outbound]
-S|--subject > : [option] email subject [default: Mail from @ - ]
-T|--to > : [option] to: address [default: example@example.com]
-l|--log_dir > : [option] folder for log files [default: ~/log/postmark]
-t|--tmp_dir > : [option] folder for temp files [default: .tmp]
: [parameter] action to perform: check/html/text/md
: [parameter] input text or html (optional)
```
## Installation
with [basher](https://github.com/basherpm/basher)
```bash
basher install pforret/postmark
```
or with `git`
```bash
git clone https://github.com/pforret/postmark.git
cd postmark
```
## Acknowledgements
* script created with [bashew](https://github.com/pforret/bashew)
© 2021 Peter Forret