Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE;
    use Win32::OLE::Const 'Microsoft Outlook';
    ...
    $msg -> {'HTMLBody'} = 'Some text I want to display <a href=http://goo
    +gle.com>With Links in HTML</a> embedded in that text\n'
    
    $msg -> Send();
    
  2. or download this
    $msg -> Body('http://gooogle.com')