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