![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 an email to group of users | BhawanaAggarwal | Shell Programming and Scripting | 1 | 04-15-2008 12:10 PM |
| error while sending mails through MKS | Vrgurav | Shell Programming and Scripting | 0 | 03-07-2008 02:07 AM |
| COTS Software Versus (Hard) Coding in EP Applications | iBot | Complex Event Processing RSS News | 0 | 11-21-2007 06:50 AM |
| I wanted to update a script, more dynamic (just say no to hard coding)... | mr_manny | Shell Programming and Scripting | 2 | 03-14-2006 01:03 PM |
| Sending Mass mails | iyerdeepa82 | UNIX for Dummies Questions & Answers | 1 | 03-10-2006 03:03 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Sending mails to various users without hard coding the email IDS
Hi
Can any one help me out ? I am trying to send an autogenerated mail with an attachment to bulk of users using 'MAILX' and 'UNENCODE' . I have used it as follows X " ( cat /sastemp/body.txt; uuencode Test.xls.gz Test.xls.gz ) | mailx -s 'Testing' ' abcd@yahoo.com , efgh@gmail.com ' " But the problem here is, we dont want to hard code the email ids in our program. So can any one let me know how to sort it out with out hard coding the email ids and sending the mail to bunch of people. Thanks in advance. Regards. Manas |
| Bookmarks |
| Tags |
| linux, mailx, mailx attachment |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|