![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sending HTML attachment through mail | sushovan | Shell Programming and Scripting | 2 | 07-15-2008 09:47 AM |
| Unix:mail sending issue..pls help me soon | bobprabhu | UNIX for Dummies Questions & Answers | 2 | 02-01-2008 05:44 AM |
| sending mails with attachment and also some text in mail body | guptan | UNIX for Advanced & Expert Users | 7 | 05-25-2006 07:17 AM |
| Sending attachment thru a mail | Rohini Vijay | UNIX for Dummies Questions & Answers | 1 | 05-12-2006 02:13 PM |
| Error when sending mail attachment | dbrundrett | UNIX for Dummies Questions & Answers | 1 | 01-08-2004 06:26 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Issue on sending a mail with attachment using unix script ?
Issue on sending a mail with attachment using unix script ?
Below is my code and is working fine and there is a issue in the attachment, the attachment file printing as a text-encripted message in the mail draft box instead of putting as a attachment (cat $msg; uuencode $attach1 in1.txt ; uuencode $attach2 in2.txt ) | mailx -s "subject" mail_addr@domain.com here $msg mail draft/text file with path $attach1 & $attach2 are attachment file with path please help! |
|
||||
|
I have tried using
(cat $msg; uuencode $attach1 in1.txt ; uuencode $attach2 in2.txt ) | mailx -m -r "subject" mail_addr@domain.com and its working fine now... Thanks! |
![]() |
| Bookmarks |
| Tags |
| mailx attachment |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|