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');