Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 403 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 403 Bytes

#Simple SMTP client written in Go

Usage: quickmailer -server smtp.gmail.com -passwd password -port 587 -from [email protected] -to [email protected] -attachDir "/home/user/someDir"

Or: quickmailer.exe -server smtp.gmail.com -passwd password -port 587 -from [email protected] -to [email protected] -attachDir "C:\Users\Me\someDir"

Additonal parameters:

-body -subject -attachFile