( echo "From: $MAILFROM" echo "To: $MAIL_TO" echo "Subject: $SUBJECT$MAIL_DATE$hr" echo "MIME-Version: 1.0" echo 'Content-Type:multipart/mixed; boundary="A_MIME_BOUNDARY"' echo "--A_MIME_BOUNDARY" echo "Content-Type:text/html" echo "Content-Disposition:inline" echo "" )>AHTMLFILE ( echo "--A_MIME_BOUNDARY" echo "Content-Type:application/vnd.ms-excel; charset=US-ASCII; name=90_Day_Avg_SLA.xls" echo "Content-Transfer-Encoding:x-uuencode" echo "Content-Disposition: attachment; filename=90_Day_Avg_SLA.xls" uuencode 90_Day_Avg_SLA.xls 90_Day_Avg_SLA.xls echo "" echo "--A_MIME_BOUNDARY" )>AXLSFILE cat AHTMLFILE header_cpc.html AXLSFILE | /usr/lib/sendmail $MAIL_TO