You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forest
6bb4b20385
|
4 years ago | |
---|---|---|
.gitignore | 4 years ago | |
ReadMe.md | 4 years ago | |
main.go | 4 years ago |
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"