Help for this page

Select Code to Download


  1. or download this
        $msg = MIME::Lite->new(
            ...,
            Type => 'multipart/mixed'
        );
    
  2. or download this
        $msg = MIME::Lite::TT::HTML->new(
            ...,
            Type => 'multipart/mixed'
        );