go run ./cli
- Running in a test environment (
TST
orGTU
):
CLI_ENV=GTU go run ./cli
- Running with log to STDOUT:
LOG_TO_STDOUT=1 go run ./cli
GOOS=linux go build -o build/mails -ldflags="-s -w" ./cli
or
make
mails send \
--reply-to "Marie Jo <marie.jo@hotmail.com>" \
--ban 1,5 \
--subject "Waar ben ik?" \
--message "Ik ben verdwenen.<br/>mvg,<br/>Marie Jo"