Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Mail::CheckUser issue

by keszler (Priest)
on Aug 26, 2004 at 15:51 UTC ( [id://386058]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    return _result(CU_SMTP_UNREACHABLE,
                           'Cannot connect SMTP servers: ' .
    ...
        $ok = 1 if $code == CU_OK;
        $ok = 1 if $code == CU_SMTP_UNREACHABLE;
    ...
    
  2. or download this
    if (Mail::CheckUser::last_check()->{code} == CU_SMTP_UNREACHABLE) {
      # can't reach server
      ...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-03-29 12:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found