I use the following (code fragment) to throw a file out as an attachment as far as outlook is concerned...
.
.
uuencode /tmp/$NEWTITLE.zip.$PNO $NEWTITLE.zip >> /tmp/zenmail.$PNO
.
.
.
cat /tmp/zenmail.$PNO | mailx -m -s "$SUBJECT" $RECIPIENT
.
.
Basically, if you uuencode the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.