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

imp's scratchpad

by imp (Priest)
on Jul 01, 2006 at 03:52 UTC ( [id://558721]=scratchpad: print w/replies, xml ) Need Help??

rfc2111 specifies:
Note: in Internet mail messages, the addr-spec in a Content-ID [MIME] or Message-ID [822] header are enclosed in angle brackets (<>).
my $msg = MIME::Lite->new( Type =>'multipart/related' ); $msg->attach( Type => 'text/html', Data => qq{<body>Image: <img src="cid:myimage.gif"></body>}, ); $msg->attach( Type => 'image/gif', Id => '<myimage.gif>', Path => '/path/to/somefile.gif', ); $msg->send();
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found