<div dir="ltr"><div><div>Hi,<br><br><br></div>In an attempt to send email from a unix shell script, im trying to use the buildbot/bin/sendEmail command. This seems like a better choice than just using 'mailx' from some vm's commandline, as it would allow for logging into an smtp server with gmail/google credentials, allowing for sending emails to the list from <a href="mailto:user@gmail.com">user@gmail.com</a> instead of <a href="mailto:user@somevm.documentfoundation.org">user@somevm.documentfoundation.org</a>.<br><br></div>I am however running into the following issue :<br><br><br>$ buildbot/bin/sendEmail -o message-file=/tmp/message.txt -f <a href="mailto:cppcheck.libreoffice@gmail.com">cppcheck.libreoffice@gmail.com</a> -t <a href="mailto:cppcheck.libreoffice@gmail.com">cppcheck.libreoffice@gmail.com</a> -s <a href="http://smtp.gmail.com:587">smtp.gmail.com:587</a> -xu <a href="mailto:cppcheck.libreoffice@gmail.com">cppcheck.libreoffice@gmail.com</a> -xp mypassword -u "CppCheck Report update" -a /home/buildslave/cppcheck-report.log.gz -vvv<br><br><br>Jan 24 10:09:41 linux sendEmail[3528]: DEBUG => Connecting to <a href="http://smtp.gmail.com:587">smtp.gmail.com:587</a><br>Jan 24 10:09:41 linux sendEmail[3528]: DEBUG => My IP address is: 192.168.178.22<br>Jan 24 10:09:41 linux sendEmail[3528]: DEBUG => evalSMTPresponse() - Checking for SMTP success or error status in the message: 220 <a href="http://mx.google.com">mx.google.com</a> ESMTP u18sm5437602wjq.42 - gsmtp<br>Jan 24 10:09:41 linux sendEmail[3528]: DEBUG => evalSMTPresponse() - Found SMTP success code: 220<br>Jan 24 10:09:41 linux sendEmail[3528]: SUCCESS => Received:     220 <a href="http://mx.google.com">mx.google.com</a> ESMTP u18sm5437602wjq.42 - gsmtp<br>Jan 24 10:09:41 linux sendEmail[3528]: INFO => Sending:         EHLO linux.fritz.box<br>Jan 24 10:09:41 linux sendEmail[3528]: DEBUG => evalSMTPresponse() - Checking for SMTP success or error status in the message: <a href="http://250-mx.google.com">250-mx.google.com</a> at your service, [80.100.229.127], 250-SIZE 35882577, 250-8BITMIME, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-PIPELINING, 250-CHUNKING, 250 SMTPUTF8<br>Jan 24 10:09:41 linux sendEmail[3528]: DEBUG => evalSMTPresponse() - Found SMTP success code: 250<br>Jan 24 10:09:41 linux sendEmail[3528]: SUCCESS => Received:     <a href="http://250-mx.google.com">250-mx.google.com</a> at your service, [80.100.229.127], 250-SIZE 35882577, 250-8BITMIME, 250-STARTTLS, 250-ENHANCEDSTATUSCODES, 250-PIPELINING, 250-CHUNKING, 250 SMTPUTF8<br>Jan 24 10:09:41 linux sendEmail[3528]: DEBUG => The remote SMTP server supports TLS :)<br>Jan 24 10:09:41 linux sendEmail[3528]: DEBUG => Starting TLS<br>Jan 24 10:09:41 linux sendEmail[3528]: INFO => Sending:         STARTTLS<br>Jan 24 10:09:41 linux sendEmail[3528]: DEBUG => evalSMTPresponse() - Checking for SMTP success or error status in the message: 220 2.0.0 Ready to start TLS<br>Jan 24 10:09:41 linux sendEmail[3528]: DEBUG => evalSMTPresponse() - Found SMTP success code: 220<br>Jan 24 10:09:41 linux sendEmail[3528]: SUCCESS => Received:     220 2.0.0 Ready to start TLS<br>invalid SSL_version specified at /usr/share/perl5/vendor_perl/IO/Socket/SSL.pm line 454<br><div><div><div><br><br><br></div><div>Does anyone that uses the sendEmail script have an idea on how to go about fixing things ? It seems to be used at least by the tinderbox scripts, and the crash test update scripts.<br><br><br><br></div><div>Thanks,<br><br><br><br></div><div>- Maarten.<br><br></div></div></div></div>