![]() |
|
|
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 02:18 PM |
| unix to Lotus Notes email attachment | cowgilm | How do I send email? | 3 | 02-12-2001 05:21 PM |
| Transfering unix file as an email attachment | slivi | How do I send email? | 3 | 11-17-2000 11:54 AM |
| Transfering unix file as an email attachment | slivi | UNIX for Dummies Questions & Answers | 3 | 11-17-2000 11:54 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
UNIX file attachment in email
Hi,
I have a syntax for mail attachment as $EMAIL "Wrapper $wrapper_script_name has failed" " $wrapper_script_name has Failed " $failed_email_address and $EMAIL is as below MSGSub=${1} MSGText=${2} RMAIL=${3} #set LANG='' export LANG='' echo "${MSGSub}" | mailx -s "${MSGText}" "${RMAIL}" I need to attach test.txt file in email syntax. Can someone help me please. Also note, I do not have permissions to change $EMAIL file. So, what ever need to be done is in email sytax only Thanks sp |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|