![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| send mail attachment to lotus notes | gwrmk | Shell Programming and Scripting | 2 | 04-24-2008 03:49 AM |
| Sending mutiple files thru email to lotus notes | lapisguy | Shell Programming and Scripting | 4 | 04-16-2007 03:28 PM |
| Encrypted Email to Lotus notes | Anamika | UNIX for Dummies Questions & Answers | 3 | 08-19-2004 11:35 AM |
| unix to Lotus Notes email attachment | wilsonchan1000 | UNIX for Dummies Questions & Answers | 7 | 02-09-2002 06:46 PM |
| unix to Lotus Notes email attachment | cowgilm | How do I send email? | 3 | 02-12-2001 01:21 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
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. |
| Forum Sponsor | ||
|
|
|
|||
|
I guess that I am just ignorant to what your response was. Where do I include this command? I don't know what MIME is either. What is RFC822(reference code 822?) If so, where would I find that?
I appreciate the prompt help though. Let me know if you can clarify a bit more. --Matt |
|
||||
|
RFC822
Here is a link to RFC822:
http://www.w3.org/Protocols/rfc822/ Here is a link some MIME information: http://www.sendmail.org/~ca/email/mutt/manual-5.html http://bolug.uni-bonn.de/wissen/robi...de/node55.html Hope this helps get you started. |
||||
| Google The UNIX and Linux Forums |
| Tags |
| mailx, mailx attachment |
| Thread Tools | |
| Display Modes | |
|
|