Can someone help me? We're using HP-UX 11 and I'm trying to send an email, and attach an ascii file. I want this to be an attachment, not inline text. Is this possible?
Right now, I'm using:
mailx -s MySubject -r myreal@email.com MyRecipient@aol.com < /tmp/filenametoattach
The problem is, this file is included as in-line text. I was hoping to make it an attachment. Is that possible?
Many thanks!
modfather
Right now, I'm using:
mailx -s MySubject -r myreal@email.com MyRecipient@aol.com < /tmp/filenametoattach
The problem is, this file is included as in-line text. I was hoping to make it an attachment. Is that possible?
Many thanks!
modfather