![]() |
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 |
| 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 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 | cowgilm | How do I send email? | 3 | 02-12-2001 05:21 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 |
|
||||
|
unix to Lotus Notes email attachment
Hi all,
I have searched the FAQ and find that there is some threads related to this subject. But can you please give an examples on how to send attachment to Lotus Notes email through UNIX? Since i have gone through the RFC and the URL. But i still have no idea on it. Please give some help. Yours Wilson |
|
||||
|
try saomthing like this:
uuencode $HOME/data/FCST.CSV fcst_extract.csv | mailx -s "Fcst Extract" user@company.com |
|
||||
|
the uuencode works for me on an aix system. The message shows up with the attachment symbol and when I open the message I can see my file, click on it and open it. Maybe these sites will help you out.
http://www3.primushost.com/~kylet/unix-att.html http://www.uaex.edu/bknox/email_with_attachment.htm |
|
||||
|
mailx vs sendmail question
Folks:
I tried what LivinFree posted (fudged up MIME coding) but the only difference is /usr/bin/mailx "shlomstein@yahoo.com"@mail <thisfil2 on the command line instead of sendmail ${recip_adr} < mailfile I'm getting no subject and the entire file in the body. Any ideas what I'm doing wrong? Will mailx work instead of sendmail? Do I need some flag set or something that tells mailx to use the MIME encoded file to get the subject body and attachments instead of what it's doing, which is assuming I have no subject and the entire thisfil2 is the body. TIA, Steve |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| sendmail |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|