- or download this
close MSG;
- or download this
open (MSG, ">>mailmessage") or die "File open failed: $!\n";
- or download this
/tmp/mailparser.pl < mail.message.file
- or download this
#/etc/aliases entry
...
## entry to be updated.
original: \original, "|/tmp/mailparser.pl"
- or download this
##
# MboxParser stuff here
...
Data => $body_str;
MIME::Lite->send('smtp', "some.smtp.net", Timeout=>60);
$msg->send;