Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: Cannot connect to SMTP Server from Windows 8.1 Pro x64

by noxxi (Pilgrim)
on Dec 14, 2016 at 18:21 UTC ( [id://1177801]=note: print w/replies, xml ) Need Help??


in reply to Re: Cannot connect to SMTP Server from Windows 8.1 Pro x64
in thread Cannot connect to SMTP Server from Windows 8.1 Pro x64

Net::SMTPS>>> Net::SMTPS(0.04) Net::SMTPS>>> IO::Socket::INET6(2.72) ... Net::SMTPS>>> Net::SMTP(3.06) Net::SMTPS>>> Net::Cmd(3.06) Net::SMTPS>>> IO::Socket::IP(0.37)

This looks like a bad combination for me: Net::SMTPS has both IO::Socket::INET6 as its direct subclass and IO::Socket::IP as its indirect subclass. The first comes because Net::SMTPS uses IO::Socket::INET6 if available on the system and the latter comes from the IPv6 support builtin into the newer Net::SMTP which you have probably explicitly installed since 5.16 does not come with this newer version by default. And I imagine that this mix of two different IO::Socket modules for the same connection results in the problem.

I would recommend instead to use either Net::SMTP directly which already supports SSL in the version you have installed or use the latest versions of both Net::SMTP and Email::Sender::Transport::SMTP (not SMTPS!) which combined offer the familiar interface you use and also offer SSL.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1177801]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-19 22:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found