muquit / mailsend-go

mailsend-go is a multi-platform command line tool to send mail via SMTP protocol
Other
166 stars 16 forks source link

ERROR: Unknown option text/plain #48

Closed bcosell closed 2 years ago

bcosell commented 2 years ago

I"m trying to send an email with an attachment and I get an "unknown option" error. what am I doing wrong:

body -file "BODYPATH" -attach -name "Attachment name" -mime-type text/plain -file "ATTACHMENTPATH"

bcosell commented 2 years ago

I found the problem. DUH. the attachment keyword is "attach" not "-attach"