Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        my $msg = MIME::Lite->new ((To => 'to', ));
        my $result = eval {$msg->send};
    }