Help for this page

Select Code to Download


  1. or download this
    use My::MIME::Lite;
    my $mime = My::MIME::Lite->new()
    $mime->send()
    ...
    }
    
    1;
    
  2. or download this
    use MIME::Lite;
    sub MIME::Lite::send {
      # do whatever here, but you can't call back to the 'real' MIME::Lite
    +::send
    }