![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum 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 |
| How to configure mailx command?? | kumarsaravana_s | Shell Programming and Scripting | 9 | 03-29-2007 05:18 AM |
| mailx command with headers | rgremill | SUN Solaris | 5 | 02-09-2006 02:23 PM |
| mailx command | sveera | Shell Programming and Scripting | 5 | 04-28-2005 07:18 PM |
| mailx command (Sun Solaris 8) | cczerwin | Shell Programming and Scripting | 2 | 07-16-2004 01:08 AM |
| trouble using mailx command | ldrojasm | Shell Programming and Scripting | 2 | 04-03-2002 02:52 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Mailx Command
Hi,
mailx -s "hi" -r "abc@yahoo.com" aaa@yahoo.com<<EOF Hi, ~<!uuencode a.txt a.txt EOF the above code is sending mails, but attachment is not going instead i just get like below ~<!uuencode a.txt a.txt Thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
what about if you put:
Code:
mailx -s "hi" -~ -r "abc@yahoo.com" aaa@yahoo.com<<EOF |
|
#3
|
|||
|
|||
|
Try:
uuencode a.txt a.txt | mailx -s "hi" -r "abc@yahoo.com" |
|
#4
|
|||
|
|||
|
mailx -s "hi" -~ -r "abc@yahoo.com" aaa@yahoo.com<<EOF
is still not attaching.....when i remove -r "abc@yahoo.com" then it is working fine... uuencode a.txt a.txt | mailx -s "hi" -r "abc@yahoo.com" aaa@yahoo.com this is working fine, but i need to insert this attachment between two paragraph... how do i do that? Thanks. |
|||
| Google The UNIX and Linux Forums |
| Tags |
| mailx, mailx attachment |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|