Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 512 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 512 Bytes

Mailinglijsten utility

Running

go run ./cli
  • Running in a test environment (TST or GTU):
CLI_ENV=GTU go run ./cli
  • Running with log to STDOUT:
LOG_TO_STDOUT=1 go run ./cli

Bulding

GOOS=linux go build -o build/mails -ldflags="-s -w" ./cli

or

make

Example

mails send \
  --reply-to "Marie Jo <[email protected]>" \
  --ban 1,5 \
  --subject "Waar ben ik?" \
  --message "Ik ben verdwenen.<br/>mvg,<br/>Marie Jo"