new version of send email from command line utility, this time based on golang
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
forest 6bb4b20385 fix readme il y a 4 ans
.gitignore working and added readme il y a 4 ans
ReadMe.md fix readme il y a 4 ans
main.go working and added readme il y a 4 ans

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"