![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sending Attachments Through mailx | vrk1219 | HP-UX | 7 | 01-21-2009 03:18 PM |
| Aix Unix Mailx Attachments | darioa | AIX | 3 | 01-07-2009 01:09 PM |
| ksh : using mailx and attachments | madmat | Shell Programming and Scripting | 2 | 08-02-2005 12:06 AM |
| multiple attachments | edog | FAQ Submission Queue | 5 | 01-06-2003 02:09 PM |
| multiple attachments | edog | How do I send email? | 5 | 01-06-2003 02:09 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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 | mailx -s MultipleAttachments -r Sysadmin abc@xyz.comThe 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. |
|
|||||
|
Quote:
Here's something you could try, this is from one of my live scripts.: Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|