Help for this page

Select Code to Download


  1. or download this
    $mailHTML::MIME::Lite->attach( Type =>'text/html; charset="iso-8859-1"
    +', 
           Data => '<b>Brought to you now!</b>',
        );
    
  2. or download this
    $mailHTML->attach( Type =>'text/html; charset="iso-8859-1"', 
           Data => '<b>Brought to you now!</b>',
        );
    
  3. or download this
    my $MIMEmail = $mailHTML->parse("$URL");