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