On Sat Dec 14 00:57:18 2013, raamanp@gmail.com wrote:
Show quoted text> The man page for version 0.8.22 does not document return codes -20 to -27.
>
> Raman.P
I updated the documentation, the update will be in the next released version.
For now ... this is the list:
-20 = all recipients were rejected by the server
-21 = file specified as an attachment cannot be read
-22 = failed to open the specified debug file for writing
-23 = STARTTLS failed (for SSL or TLS encrypted connections)
-24 = IO::Socket::SSL->start_SSL failed
-25 = TLS required by the specified options, but the required modules are not available. Need IO::Socket::SSL and Net::SSLeay
-26 = TLS required by the specified options, but the server doesn't support it
-27 = unknown encoding specified for the mail body, part or attachment. Only base64, quoted-printable, 7bit and 8bit supported.