Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^5: MIME::Lite Error

by fishmonger (Chaplain)
on Aug 21, 2014 at 13:48 UTC ( [id://1098234]=note: print w/replies, xml ) Need Help??


in reply to Re^4: MIME::Lite Error
in thread MIME::Lite Error

Dump $body to see what it holds.

use Data::Dumper; # put this with your other use statements my ($receiver, $ccList, $sender, $replyTo, $subject, $body) = @_; print Dumper $body;

If you see the offending line, then you know you need to look into where the data passed to the sub for $body is coming from and fix/remove it from there.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-24 03:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found