![]() |
|
|
|
|
|||||||
| 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 07:46 PM |
| unix to Lotus Notes email attachment | cowgilm | How do I send email? | 3 | 02-12-2001 02:21 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 | ||
|
|
|
#2
|
||||
|
||||
|
One way to do this is to manually insert the RFC822 header infomation that denotes the attachment and mime-type of the attachment. For example, this is part of the header that denotes an attachment:
Quote:
BTW, some mailers use resource files as a way to include header information (for example ~elm/elmheaders) ; some use other methods. There are numerous ways to get RFC822 header information into your files before mailing. Depending on the mailer you chose, the methods could be different. The way I used to do this was to manually create the header in a script and then append the message test or attachment and send, keeping the header template for the next message, etc. [Edited by Neo on 02-12-2001 at 03:53 PM] |
|
#3
|
|||
|
|||
|
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 |
|
#4
|
||||
|
||||
|
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 | Search this Thread |
| Display Modes | |
|
|