muquit / mailsend-go

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

-q does not make quiet #19

Closed gaebor closed 4 years ago

gaebor commented 4 years ago

When invoked with -q the same messages are printed to stderr. Example:

mailsend-go -q -info -port 587 -smtp smtp.gmail.com

What I want is only the returncode, not printing to stdout and stderr.

muquit commented 4 years ago

Fixed in v1.0.7