![]() |
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 |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Send email from unix (AIX) with PDF attachment | sunjup | AIX | 0 | 03-14-2008 04:12 PM |
| send email from unix with attachment | chiru_h | Shell Programming and Scripting | 1 | 08-13-2007 01:18 PM |
| UNABLE to send 5MB attachment using mailx | tads98 | Shell Programming and Scripting | 3 | 09-02-2005 08:15 AM |
| Unable to send eMail from a UNIX-Host ( using mailx ) to a Outlook-email-addres(Win) | Vetrivela | UNIX for Advanced & Expert Users | 2 | 02-15-2005 10:43 AM |
| script that will send and email attachment | davels | Shell Programming and Scripting | 2 | 01-01-2005 05:44 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
unable to send an email attachment
i know its pretty repeated query, but i need to post it in this new thread coz i need it urgently
Code:
uuencode /var/tmp/chandra/emaillist.txt emaillist.txt | mail -s "message with encoded attachment" Is that am doing any mistake anywhere ? Please enlight me..... Regards CS |
|
||||
|
Try with this
uuencode /var/tmp/chandra/emaillist.txt var/tmp/chandra/emaillist.txt | mail -s "message with encoded attachment" xyz@hostname.com |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|