tb/tb_send_email |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8c773938651f3c525cdfdb0b2568fff1a1ddc1dd
Author: Thorsten Behrens <[email protected]>
Date:   Sat Mar 18 12:31:35 2017 +0100

    Make sendemail work with gmail again
    
    In the same spirit as c6fba8eb55d8f92eebede8bc70ab5524ba2f4ff2

diff --git a/tb/tb_send_email b/tb/tb_send_email
index 8487be8..8785c1b 100755
--- a/tb/tb_send_email
+++ b/tb/tb_send_email
@@ -1903,7 +1903,7 @@ else {
     if ($conf{'tls_server'} == 1 and $conf{'tls_client'} == 1 and $opt{'tls'} 
=~ /^(yes|auto)$/) {
         printmsg("DEBUG => Starting TLS", 2);
         if (SMTPchat('STARTTLS')) { quit($conf{'error'}, 1); }
-        my $ssl_ver = 'SSLv3';
+        my $ssl_ver = 'TLSv1';
         if (! IO::Socket::SSL->start_SSL($SERVER, SSL_version => $ssl_ver)) {
             quit("ERROR => TLS setup failed: " . IO::Socket::SSL::errstr(), 1);
         }
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to