Keith Chadwick said... | |Sure! | |=09/bin/mail -s "$message_subject" $message_mailto < $message_file
Just in case you don't know, if everything you need is in the script, you can avoid writing a for the message body: /bin/mail -s "$message_subject" $message_mailto <<__EOD__ message body here __EOD__
