The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers > Answers to Frequently Asked Questions > How do I send email?
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 02-12-2001
cowgilm cowgilm is offline
Registered User
  
 

Join Date: Feb 2001
Posts: 4
Question

We have been trying to get an email from unix to Lotus Notes to work. We finally got it to work with the following code:
cat filename | uuencode filename | mailx -s "subject title" email address
Now our problem is that Lotus Notes doesn't show the paper clip icon, indicating an attachment is present.
Is there a way to get Unix to do this?
Or is there a better way to code this email statement?
Thanks,
Matt

ps. Using sunsolaris v5.6 OS for UNIX.