We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d905f7 + 6cb0c88 commit 31d757dCopy full SHA for 31d757d
1 file changed
git-send-email.perl
@@ -1234,7 +1234,7 @@ sub send_message {
1234
if ($smtp->code == 220) {
1235
$smtp = Net::SMTP::SSL->start_SSL($smtp,
1236
ssl_verify_params())
1237
- or die "STARTTLS failed! ".$smtp->message;
+ or die "STARTTLS failed! ".IO::Socket::SSL::errstr();
1238
$smtp_encryption = '';
1239
# Send EHLO again to receive fresh
1240
# supported commands
0 commit comments