Perl SendEmail ERROR => TLS setup failed: SSL Version SSLv3 not supported Hatası
perl scripti olan sendmail yazılımını windowsta çalıştırıyorum ama ERROR => TLS setup failed: SSL Version SSLv3 not supported hatası geliyor eposta gitmiyor. sorun nedir acaba?
Sorunun sebebi epostayı şifreli olarak göndermek istemesinden kaynaklıdır. Komut satırına
-o tls=no
parametresini eklemelisin. Kullanılan örnek komut satırı
perl sendEmail -o tls=no -t [email protected] -f [email protected] -s mail.smtp2go.com:2525 -xu [email protected] -xp smtp2gosifresi -u konu -m mesaj