Help for this page

Select Code to Download


  1. or download this
    ##############################################################
    # Embed JPG image in email body.
    ...
       }
    close($fh2);
    $smtp->datasend("\"></body>");
    
  2. or download this
    $msg = MIME::Lite->new(
         To      =>'you@yourhost.com',
    ...
        Path => '/path/to/somefile.gif',
    );
    $msg->send();