Hi Guys,
How can I send e-mails with attachments on HP-UX 10.20?
I want to use mailx.
I tried this
cat myfile | uuencode myfile | mailx -s "test" valid.id@srv.de
I get e-mail successfully but the file gets embedded in the message body and does not come in as an attachment.
What am I doing wrong?
PS. It works okay on my other Unix (Sun Sol2.6) box though.
Any pointers appreciated,
Bharix.
How can I send e-mails with attachments on HP-UX 10.20?
I want to use mailx.
I tried this
cat myfile | uuencode myfile | mailx -s "test" valid.id@srv.de
I get e-mail successfully but the file gets embedded in the message body and does not come in as an attachment.
What am I doing wrong?
PS. It works okay on my other Unix (Sun Sol2.6) box though.
Any pointers appreciated,
Bharix.