![]() |
|
|
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 |
| Using mailx to send in the future? Also change "from" address? | paqman | Shell Programming and Scripting | 3 | 11-10-2008 05:46 PM |
| change from address in mailx | koti_rama | Shell Programming and Scripting | 1 | 09-26-2007 05:26 AM |
| Another customisation for my computer | davidY | Shell Programming and Scripting | 1 | 01-02-2007 12:33 AM |
| Change sender e-mail address | cchiang12 | AIX | 3 | 11-18-2006 03:18 PM |
| mailx- can we change the from address in the email that is sent out. | radhika | UNIX for Dummies Questions & Answers | 5 | 09-21-2005 08:37 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi All,
I'm on UNIX -Solaris... I'm trying to send mail usin Mailx..... The script is working fine and attachments are also being sent.... BUT, when I receive the mail,, the sender address shown is the unix login id name.... Any way by which I could manipulate this in my script command or any parameter that can set for this purpose....however, I would prefer manipulating in the shell script. The present shell script.... is : name=$1 cat /bdcusers/sddata/zv03 | uuencode /bdcusers/sddata/report.txt | mailx -s "ZV03 Report" $name Any help would be greatly apprciated... Thankx and regds.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|