Help for this page

Select Code to Download


  1. or download this
    =(Hyperlink("Mailto:me@home.com?Subject=Emailing From Excel&Body=This 
    +is a test"))
    
  2. or download this
    use Spreadsheet::Read; #use only for simply excel files
    
    ...
        my $file = $file1->[1]{cr2cell ( 2, $i)};
        
    }
    
  3. or download this
    use MIME::Lite;
    
    ...
    ### use Net:SMTP to do the sending. Depends on your system what to use
    +.
    eval {$msg->send('smtp', $out_server);};  # via a outbound mailserver
    eval {$msg->send();}; # sending via local send command on linux system