$sender=new Mail::Sender {smtp=>'155.142.124.145', from=>'test@yahoo.com'}; $sender->OpenMultipart({to=>'test1@hotmail.com',subject=>"This is a test!"}); $sender->Part({ctype=>'text/html',disposition=>'None',encoding=>'quoted-printable'}); $msg=qq (

My Information

FromBory
My Information DIV_BORY__V10.30.0__AR LIV_BORY_1696_V10.30.0__HD LIV_BORY_162X_V10.30.0__CL
); $body=qq (); $sender->SendEnc($msg,$body); $sender->Close();