Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^5: Trap the error msg from Mime::Lite

by hipowls (Curate)
on Jan 22, 2008 at 07:39 UTC ( [id://663520]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Trap the error msg from Mime::Lite
in thread Trap the error msg from Mime::Lite

send spawns out to sendmail. If you have Net::SMTP installed you can use

eval { $msg->send_by_smtp; }; if ($@) { # handle error }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (8)
As of 2024-04-24 21:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found