Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: MIME::Lite::TT::HTML Sending attachments as blank

by opensourcer (Monk)
on Feb 23, 2011 at 06:53 UTC ( [id://889743]=note: print w/replies, xml ) Need Help??


in reply to Re^2: MIME::Lite::TT::HTML Sending attachments as blank
in thread MIME::Lite::TT::HTML Sending attachments as blank

I think I haven't installed all the required modules, not sure checking now.

Replies are listed 'Best First'.
Re^4: MIME::Lite::TT::HTML Sending attachments as blank
by opensourcer (Monk) on Feb 24, 2011 at 07:08 UTC
    The problem occurred due to missing of file name in Path attribute for attachments
    see below.
    $msg->attach( Type => 'application/msword', Path => '/path/some.doc',#<absolute path+filename>, if +you miss out some.doc then attachment goes as blank Filename => 'some.doc', # filename Disposition => 'attachment', Encoding =>'base64', );

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-03-19 10:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found