New issue by marcorighi on void-packages repository https://github.com/void-linux/void-packages/issues/41409 Description: ### Is this a new report? Yes ### System Info Void 6.0.15_1 i686 GenuineIntel uptodate FF ### Package(s) Affected sendEmail-1.56_2 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? Some mounts ago, the bug was present on OpenSuse Tumbleweed. The bug is _**NOT**_ present on Manjaro Linux. ### Expected behaviour send email ### Actual behaviour email not send! ### Steps to reproduce The execution of the following command: `sendEmail -f "FROMEMAIL@DOMAIN.COM" -u "$messageSubject" -t "TOEMAIL@ANOTHERDOMAIN.COM" -s "smtp.domain.com:587" -o tls=yes -xu "FROMEMAIL@DOMAIN.COM]" -m "$messageBody" -xp "APASSWORD"` generates the following error: `invalid SSL_version specified at /usr/share/perl5/vendor_perl/IO/Socket/SSL.pm line 672.`