The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


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 !!

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 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

Closed Thread
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 02-12-2001
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.
Forum Sponsor
  #2  
Old 02-12-2001
Neo's Avatar
Neo Neo is offline
Administrator
 

Join Date: Sep 2000
Location: Asia Pacific
Posts: 4,493
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:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="----=_NextPart_000_000D_01C0946C.FF6A28A0"
The details are in RFC822, as I recall.

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  
Old 02-12-2001
Registered User
 

Join Date: Feb 2001
Posts: 4
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  
Old 02-12-2001
Neo's Avatar
Neo Neo is offline
Administrator
 

Join Date: Sep 2000
Location: Asia Pacific
Posts: 4,493
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
Closed Thread

Tags
mailx, mailx attachment

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 08:18 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0