![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| How do I send email? Learn how to send a UNIX or Linux email attachment from the command line. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| send mail attachment to lotus notes | gwrmk | Shell Programming and Scripting | 2 | 04-24-2008 06:49 AM |
| Sending mutiple files thru email to lotus notes | lapisguy | Shell Programming and Scripting | 4 | 04-16-2007 06:28 PM |
| Encrypted Email to Lotus notes | Anamika | UNIX for Dummies Questions & Answers | 3 | 08-19-2004 02:35 PM |
| unix to Lotus Notes email attachment | wilsonchan1000 | UNIX for Dummies Questions & Answers | 7 | 02-09-2002 10:46 PM |
| unix to Lotus Notes email attachment | cowgilm | UNIX for Dummies Questions & Answers | 3 | 02-12-2001 05:21 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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. |
|
||||
|
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. |
| Sponsored Links | ||
|
|
| Bookmarks |
| Tags |
| mailx, mailx attachment |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|