Hello
I have a need to send reports in email form from our DEC box to users on
our network.
We are using "tru64 unix" 4.0B on a DEC 4200.
I am able to send the reports as text in the body of an email using:
mailx -s "report for you" big_boss < report.txt
I am able to send the reports as attachments to an email using:
uuencode report.txt new_report.txt | mailx -s "report for you"
big_boss
What I would *like* to do is something like this:
uuencode report.txt new_report.txt | mailx -s "report for you"
big_boss < report.txt
However, this doesn't work. Does anyone have an idea of how I can send a
file both as the body of an email and an attachment to the same email??
TIA
Patrick James
pjames_at_namg.us.anritsu.com
Anritsu Company
Morgan Hill, CA
Received on Fri Feb 19 1999 - 19:00:20 NZDT