Categorygithub.com/jenswbe/smtp-cli
repositorypackage
1.3.3
Repository: https://github.com/jenswbe/smtp-cli.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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