Quote:
Originally Posted by nihar.dutta
Hi All,
(cat <messagefile> ; uuencode <attachmentfile> <attachmentfile>)|mailx -s"Subject" dave@email.com
Nihar
|
It is very close to being correct.
I would try:
( echo `cat <messagefile>` ; uuencode <attachmentfile> <attachmentfile>)|mailx -s"Subject"
dave@email.com