deanproxy / eMail

Command line SMTP client
https://www.deanproxy.com/code
GNU General Public License v2.0
136 stars 46 forks source link

Bad exit code #30

Closed david-baratte closed 6 years ago

david-baratte commented 8 years ago

When the program can't send an email and prints a fatal error message on stderr (Some of the reasons : can't connect to the SMTP server, timeout, ...) It should return an error code but despite those error messages, it returns 0.