1
0
Fork 0
new version of send email from command line utility, this time based on golang
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
forest 6bb4b20385 fix readme vor 4 Jahren
.gitignore working and added readme vor 4 Jahren
ReadMe.md fix readme vor 4 Jahren
main.go working and added readme vor 4 Jahren

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"