Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Net::SMTP::SSL connect failure

by linxdev (Sexton)
on Nov 20, 2014 at 22:52 UTC ( [id://1107969]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
    connect(3, {sa_family=AF_INET, sin_port=htons(465), sin_addr=inet_addr
    +("192.168.100.1")}, 16) = 0
    ...
    rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
    close(3)                                = 0
    write(2, "ERROR: Died at ./invite.pl line "..., 37ERROR: Died at ./inv
    +ite.pl line 10.
    
  2. or download this
    my $s = Net::SMTP::SSL->new('192.168.100.1', Port => 465, Debug=>1) or
    + die "$!";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-03-29 15:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found