![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem while sending message and attachment with mailx | nihar.dutta | Shell Programming and Scripting | 2 | 08-09-2007 08:15 AM |
| Sending email with text & attachment using mailx | haryadoon | Shell Programming and Scripting | 3 | 07-26-2006 10:49 PM |
| Sending attachment thru a mail | Rohini Vijay | UNIX for Dummies Questions & Answers | 1 | 05-12-2006 10:13 AM |
| Sending email w/ ftp log as attachment | idesaj | UNIX for Dummies Questions & Answers | 2 | 07-19-2005 08:48 AM |
| mail or mailx attachment | brettmartin99 | UNIX for Dummies Questions & Answers | 3 | 03-07-2005 07:27 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Problem with mailx command when sending attachment.
Hi,
I have tried to sent a mail with body and attachment. But the shell script got hanging while executing that command. The command is "(cat body;uuencode att1.csv)|mailx -s "Production Monitoring Report(Unix Side)" milton.yesusundaram@patni.com" where body is a file having a single line. att1.csv is a comma separating values file. Can anyone please help on getting the reason for hanging of the script. Thanks in advance, Milton. |
| Forum Sponsor | ||
|
|
|
|||
|
Quote:
"(cat body;uuencode att1.csv att1.txt)|mailx -s "Production Monitoring Report(Unix Side)" milton.yesusundaram@patni.com" |
|
|||
|
try this way ....should work
(cat body;uuencode att1.csv att1.txt)|mailx -s "Production Monitoring Report(Unix Side)" milton.yesusundaram@patni.com"
where att1.csv is the file you are attaching and att1.txt is the file that the person in mail will get as attachment.... it is suppose to work |
|||
| Google UNIX.COM |
| Tags |
| mailx, mailx attachment |
| Thread Tools | |
| Display Modes | |
|
|