Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Unix Email Attachments to Netscape Mail
Name: Nads Date: April 23, 2002 at 13:27:18 Pacific
Comment:
I need some help with unix email.
I would like a way to send files from unix system via sendmail or mailx with email attachments.
I have tried using uuencode and decode however the file is embedded in the body of the Netscape Mail and not as an attachment.
I have a script that first makes a tarfile and then sends it as an attachment to my emailadress: uuencode ${TARFILE} ${TARFILE}|mail -s"your subject" your@email
Of course you can do this with any type of file. I have tried it with gifs and that works as well. Hope this helps.
0
Response Number 2
Name: Srikanth Date: July 19, 2002 at 11:58:58 Pacific
Reply:
Can you send me your script to make a tar file and then email. I have to send a text file as an attachment. I tried to use uuencode | with mail. The command executes successfully, but I do not receive an email.
Summary: Hi Frens, I have to send a mail from UNIX which is the output of a script and end to a mail ID in lotus notes. I tried: uuencode output.out | mail Mailid which sends an attachment to that mail ID, it ...
Summary: Hi Frens, I have to send a mail from UNIX which is a output of a script and send that to a lotus notes mail ID. I tried the below command: uuencode output.out | mail mymailID which sends output.out as...
Summary: We need to be able to quickly and easily attach files to e-mails using mail or mailx in HP-UX ver 10.2. And place them in a script. Any ideas?? ...