![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sending Attachments Through mailx | vrk1219 | HP-UX | 4 | 08-27-2007 08:06 AM |
| Aix Unix Mailx Attachments | darioa | AIX | 2 | 10-10-2005 04:53 AM |
| ksh : using mailx and attachments | madmat | Shell Programming and Scripting | 2 | 08-01-2005 08:06 PM |
| multiple attachments | edog | FAQ Submission Queue | 5 | 01-06-2003 10:09 AM |
| multiple attachments | edog | How do I send email? | 5 | 01-06-2003 10:09 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Problem with multiple excel attachments using mailx
I have written the following code send multiple attachments using mailx
(uuencode file1 file1; uuencode file2 file2; uuencode file3 file3 The attachments are coming properly if the file1,2,3 are either pdf, text, doc. But if these files are excel, then only file1 is coming properly while the rest of the 2 files fills up the email body with un-decoded text. (have attached the actual email with the post) Can someone tell me why iam facing this strange issue. Thanks in advance. Ram. |
| Forum Sponsor | ||
|
|
|
||||
|
Quote:
Here's something you could try, this is from one of my live scripts.: Quote:
|