hi manral !



> what is the command for that .I have a text file which has to be sent to all
> and a list of all the emailids of my users in file named userlist.

this can be simply done by using few line script given below 

1. put all addresses in a file say usrelist seprated by newline 
2. put the msg in msg.txt

run following script 

for i in `cat userlist`
do
mail -s "subject of the mail"  $i < msg.txt
done

try it , enjoy
         
         
shubh
coms -IV
REC-Surat

--------------------------
            @>
i love    /( )\  linux
           ^ ^ 
--------------------------


----------------------------------------------
An alpha version of a web based tool to manage
your subscription with this mailing list is at
http://lists.linux-india.org/cgi-bin/mj_wwwusr

Reply via email to