Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

getting SMTP failure codes

by e5z8652 (Novice)
on Feb 04, 2010 at 23:10 UTC ( [id://821468]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #test_mail.pl
    
    ...
    
    print "These addresses went: @good\n";
    $smtp -> quit();
    
  2. or download this
    Net::SMTP=GLOB(0x977cdc0)>>> MAIL FROM:<root@test-server.my.home>
    Net::SMTP=GLOB(0x977cdc0)<<< 250 2.1.0 Sender OK
    ...
    Net::SMTP=GLOB(0x977cdc0)<<< 250 2.1.5 Recipient OK
    Net::SMTP=GLOB(0x977cdc0)>>> RCPT TO:<bad_address@my.home> NOTIFY=FAIL
    +URE
    Net::SMTP=GLOB(0x977cdc0)<<< 550 5.1.1 User unknown
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-18 04:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found