Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 290 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 290 Bytes

smtp-cli

Simple SMTP client

Usage

# See ./smtp-cli --help for all supported options
echo My email body | ./smtp-cli --subject ...

Local testing

podman-compose -f test/docker-compose.yml up -d
go test ./...
podman-compose -f test/docker-compose.yml down