Hi all,
A shell script file named 'send_report' contains this segment
...
uuencode $aimfilels $aimfilels | mail -s "Report" $userid@email.com
...
The command mail-s is used to specify the email subject, $aimfilels = attachment file
$userid = username. My question is, how do I add the email message text into this script?
A shell script file named 'send_report' contains this segment
...
uuencode $aimfilels $aimfilels | mail -s "Report" $userid@email.com
...
The command mail-s is used to specify the email subject, $aimfilels = attachment file
$userid = username. My question is, how do I add the email message text into this script?