- or download this
=(Hyperlink("Mailto:me@home.com?Subject=Emailing From Excel&Body=This
+is a test"))
- or download this
use Spreadsheet::Read; #use only for simply excel files
...
my $file = $file1->[1]{cr2cell ( 2, $i)};
}
- 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