![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Adding Multiple Lines to Multiple Files | dayinthelife | Shell Programming and Scripting | 2 | 06-04-2008 08:50 AM |
| retrieved multiple lines on multiple places in a file | dala | Shell Programming and Scripting | 8 | 03-14-2008 12:28 PM |
| Multiple search in multiple files | maxvirrozeito | Shell Programming and Scripting | 2 | 12-13-2007 10:32 AM |
| How to choose Multiple process or Multiple threads? | ashleykumar | IP Networking | 0 | 04-10-2006 03:30 AM |
| Searching multiple files with multiple expressions | Anahka | Shell Programming and Scripting | 6 | 01-07-2004 03:24 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
multiple recipiant
Is there a way of sending to many emails in on RCPT TO: line,
rather that spliting the email address up? And if i have to split it up, I can't see a way of doing it. So getting email@some.co.uk;eif@fior.com;iofo@jjfi.com in to RCPT TO: email@some.co.uk RCPT TO: eif@fior.com etc.. Any ideas. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Is sending mails to many receipients at a shot is ur requirement???
with mailx command you can ... have the receipients in a file and use that file to read the receipients name. you can search the forum there are ample no of threads for sending mail to multiple receipients. Else, I have misunderstood. |
|||
| Google The UNIX and Linux Forums |