We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, thanks for your excellent job.
I'm spanish, from Tenerife ( Canary Island )
I'm trying send a email vía script using your program "sendemail" as always but today show this error:
INFO => Sending: STARTTLS Mar 17 16:12:19 bttf2 sendemail[9496]: SUCCESS => Received: 220 2.0.0 Ready to start TLS Mar 17 16:12:19 bttf2 sendemail[9496]: ERROR => TLS setup failed: SSL connect attempt failed error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
I had been searching for solution but I don't find it.
My script is the same from 4 years ago and the server hasn't new updates.
sendemail -f "Server <[email protected]>" -t [email protected] -s smtp.gmail.com:587 -o message-header=Reintento -u "Nuevo Intento de Clave fallida" -m "$IP" -v -xu prueba -xp xxxzzzyyy -o tls=yes
I have reviewed the configuration of my account of Google and all OK.
Do you known as solve it ?
All my servers use your program for send emails.
Thanks for all.
The text was updated successfully, but these errors were encountered:
This worked for me
apt install apt-transport-https libio-socket-inet6-perl -y
curl 'http://ftp.cn.debian.org/debian/pool/main/s/sendemail/sendemail_1.56-5.2~bpo12+1_all.deb' -O
dpkg -i sendemail_1.56-5.2~bpo12+1_all.deb
Sorry, something went wrong.
@edudiy did you find a solution?
No branches or pull requests
Hello, thanks for your excellent job.
I'm spanish, from Tenerife ( Canary Island )
I'm trying send a email vía script using your program "sendemail" as always but today show this error:
INFO => Sending: STARTTLS
Mar 17 16:12:19 bttf2 sendemail[9496]: SUCCESS => Received: 220 2.0.0 Ready to start TLS
Mar 17 16:12:19 bttf2 sendemail[9496]: ERROR => TLS setup failed: SSL connect attempt failed error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
I had been searching for solution but I don't find it.
My script is the same from 4 years ago and the server hasn't new updates.
sendemail -f "Server <[email protected]>" -t [email protected] -s smtp.gmail.com:587 -o message-header=Reintento -u
"Nuevo Intento de Clave fallida" -m "$IP" -v -xu prueba -xp xxxzzzyyy -o tls=yes
I have reviewed the configuration of my account of Google and all OK.
Do you known as solve it ?
All my servers use your program for send emails.
Thanks for all.
The text was updated successfully, but these errors were encountered: