Post by curious48 on Jul 11, 2016 19:14:56 GMT
In my previous post I mentioned that you could use sendEmail (Raspbian, not arduino side ) to send an email using just one line of code, without setting anything up (besides an apt-get).
Unfortunately, recent posts in this thread indicate that sendEmail is now broken for gmail (and has been since June), which is also my experience. I'm getting errors.
So as nice as it was, you now have to properly send up a full sendmail configuration with configuration files Oh well. I'll update this thread if it starts working.
Christian • 12 hours ago
Hello,
im getting the same "TLS setup failed: SSL connect attempt failed because of handshake problems error:" since a few days.
kenwood850 • 2 days ago
I have been using sendEmail successfully in a Linux bash script to send automated warning messages via gmail for years. Some time in June 2016 it stopped working and I missed some warnings that I did not find out about until recently. I then ran the script manually and received the following output.
“sendEmail[13321]: ERROR => TLS setup failed: SSL connect
attempt failed because of handshake problems error:1409442E:SSL
routines:SSL3_READ_BYTES:tlsv1 alert protocol version”
My first attempt to fix the problem was to update Net::SSLeay to 1.74 and IO::Socket::SSL to 2.031 but the error persisted.
I next tried the Larry Pyeatte modification that he posted around January for a similar problem. After fixing the curly brace error on the first run it gave me a new error, 530-5.5.1Authentication Required.
I am guessing the actual problem is that sendEmail needs to use a newer
version of TLS with gmail since June and that is not happening in sendEmail 1.56.
Does anyone have an idea of what to try next?
Unfortunately, recent posts in this thread indicate that sendEmail is now broken for gmail (and has been since June), which is also my experience. I'm getting errors.
So as nice as it was, you now have to properly send up a full sendmail configuration with configuration files Oh well. I'll update this thread if it starts working.
Christian • 12 hours ago
Hello,
im getting the same "TLS setup failed: SSL connect attempt failed because of handshake problems error:" since a few days.
kenwood850 • 2 days ago
I have been using sendEmail successfully in a Linux bash script to send automated warning messages via gmail for years. Some time in June 2016 it stopped working and I missed some warnings that I did not find out about until recently. I then ran the script manually and received the following output.
“sendEmail[13321]: ERROR => TLS setup failed: SSL connect
attempt failed because of handshake problems error:1409442E:SSL
routines:SSL3_READ_BYTES:tlsv1 alert protocol version”
My first attempt to fix the problem was to update Net::SSLeay to 1.74 and IO::Socket::SSL to 2.031 but the error persisted.
I next tried the Larry Pyeatte modification that he posted around January for a similar problem. After fixing the curly brace error on the first run it gave me a new error, 530-5.5.1Authentication Required.
I am guessing the actual problem is that sendEmail needs to use a newer
version of TLS with gmail since June and that is not happening in sendEmail 1.56.
Does anyone have an idea of what to try next?