Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: MIME Lite HTML with Attachments

by benn (Vicar)
on Sep 06, 2003 at 10:36 UTC ( [id://289446]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $mailHTML = new MIME::Lite::HTML 
        From         => 'Someone@anyplace.com',
    ...
    my $MIMEmail = $mailHTML->parse('http://google.com');
    $MIMEmail->attach( Type =>'text/html; etc. etc); 
    $MIMEmail->send_by_smtp('smtp-server.cfl.rr.com');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-03-29 08:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found