new version of send email from command line utility, this time based on golang
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
forest 6bb4b20385 fix readme hace 4 años
.gitignore working and added readme hace 4 años
ReadMe.md fix readme hace 4 años
main.go working and added readme hace 4 años

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"