https://github.com/nozzlegear/sci-tally-tool
Email tally tool for KM/SCI.
https://github.com/nozzlegear/sci-tally-tool
Last synced: about 1 month ago
JSON representation
Email tally tool for KM/SCI.
- Host: GitHub
- URL: https://github.com/nozzlegear/sci-tally-tool
- Owner: nozzlegear
- License: mit
- Created: 2018-04-16T13:35:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T05:15:02.000Z (over 3 years ago)
- Last Synced: 2025-01-16T13:01:36.653Z (9 months ago)
- Language: Dart
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Required environment variables:
Variable|Description
----------|--------------
` SCI_TALLY_API_DOMAIN`|Domain to use as API gateway, e.g. `example.com`
` SCI_TALLY_ENV`|Environment, either `production` or `development`
` SCI_TALLY_SWU_KEY`|sendwithus.com API key
` SCI_TALLY_SWU_TEMPLATE_ID`|sendwithus.com email template id
` SCI_TALLY_CC_LIST`|JSON-serialized list of email addresses used for cc, e.g. `[{"name":"Joshua Harms", "address":"joshua@example.com"}]`
` SCI_TALLY_EMAIL_DOMAIN`|Domain used for the sender and recipient addresses, e.g. `example.com`## Dart Playground
[Dart Playground repo is here.](https://github.com/nozzlegear/dartplayground)