new version of send email from command line utility, this time based on golang
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
forest 6bb4b20385 fix readme 4 anni fa
.gitignore working and added readme 4 anni fa
ReadMe.md fix readme 4 anni fa
main.go working and added readme 4 anni fa

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"