Computing.Net > Forums > Unix > Unix Email Attachments to Netscape Mail

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

Reply to Message Icon

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.

Would appreciate anyone giving some advice.

From a unix beginner.

Nads



Sponsored Link
Ads by Google

Response Number 1
Name: Lieke
Date: May 6, 2002 at 07:39:17 Pacific
Reply:

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.

your help is much appreciated.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: Unix Email Attachments to Netscape Mail

How to send mails from unix to lotus notes. www.computing.net/answers/unix/how-to-send-mails-from-unix-to-lotus-notes/8389.html

How to send mails from unix to lotus notes www.computing.net/answers/unix/how-to-send-mails-from-unix-to-lotus-notes/8390.html

Attaching files to e-mails in HP-UX www.computing.net/answers/unix/attaching-files-to-emails-in-hpux/2447.html