new version of send email from command line utility, this time based on golang (mirror of https://git.sequentialread.com/forest/emailer2/)
Go to file
forest 6bb4b20385 fix readme 2020-07-21 13:41:52 -05:00
.gitignore working and added readme 2020-07-21 13:40:54 -05:00
ReadMe.md fix readme 2020-07-21 13:41:52 -05:00
main.go working and added readme 2020-07-21 13:40:54 -05:00

ReadMe.md

emailer2 - Command Line Interface SMTP Submission Client

how to build it (example is for raspberry pi)

GOOS=linux GOARCH=arm go build -o emailer2 -tags netgo main.go

how to use it

./emailer2  -host smtp.gmail.com -port 465 -encryption SMTPS -username example-user@gmail.com -password examplepassword -recipient me@my-email.com -subject "test email" -body "foo"