Skip to content
New issue

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

sendEmail.pl[4309]: ERROR => No TLS support! #4

Open
crane-soft opened this issue Sep 18, 2022 · 0 comments
Open

sendEmail.pl[4309]: ERROR => No TLS support! #4

crane-soft opened this issue Sep 18, 2022 · 0 comments

Comments

@crane-soft
Copy link

crane-soft commented Sep 18, 2022

I migrated from Ubuntu-Linux 12.04 to 22.04.
Now email sendind do not work any more.
When using the option: -o tls=yes , I get this error:
sendEmail.pl[4309]: ERROR => No TLS support! SendEmail can't load required libraries. (try installing Net::SSLeay and IO::Socket::SSL)
Without this option I get the error:
sendEmail.pl[4327]: NOTICE => Authentication not supported by the remote SMTP server!
sendEmail.pl[4327]: ERROR => Received: 550 SMTP AUTH required
I've tried to install:
apt install libssl-dev
and then
perl -MCPAN -e 'install Net::SSLeay' (which genereates a lot of errors)
perl -MCPAN -e 'install IO::Socket::SSL'
but still have the error.
BTW I'm a complet perl newbe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant