Help for this page

Select Code to Download


  1. or download this
        $msg = MIME::Lite->new(
                     To      =>'you@yourhost.com',
    ...
                     Path => '/path/to/somefile.gif',
                     );
        $msg->send();