Closed gaebor closed 4 years ago
When invoked with -q the same messages are printed to stderr. Example:
-q
mailsend-go -q -info -port 587 -smtp smtp.gmail.com
What I want is only the returncode, not printing to stdout and stderr.
Fixed in v1.0.7
When invoked with
-q
the same messages are printed to stderr. Example:What I want is only the returncode, not printing to stdout and stderr.