Help for this page

Select Code to Download


  1. or download this
    my $msg = MIME::Lite->new(
        Type    =>'multipart/related'
    ...
        Path => '/path/to/somefile.gif',
    );
    $msg->send();