Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

MIME::Lite - For outging mail with attachments

by trs80 (Priest)
on Jan 19, 2002 at 02:00 UTC ( [id://139965]=modulereview: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        ### Create a new multipart message:
        $msg = MIME::Lite->new( 
    ...
                     Disposition => 'attachment'
                     );
    
  2. or download this
        ### Format as a string:
        $str = $msg->as_string;
    ...
    
        ### Print to a filehandle (say, a "sendmail" stream):
        $msg->print(\*SENDMAIL);
    
  3. or download this
        ### Send in the "best" way (the default is to use "sendmail"):
        $msg->send;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: modulereview [id://139965]
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: (4)
As of 2024-03-29 05:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found