Hi,

We send bulk mails using /etc/aliases file in aliases 
put entry say file name is abclist which contains
list of email addresses to whom you want to send mails
This file will be in / .

.
.
.
all:include:/abclist


In your pine or outlook you have to give in 
to field
To: All friends : ;

BCC : [EMAIL PROTECTED]

This will not show users list to all the recepients

I hope this will help u..

Cheers!!!!

Rocky

--- Suresh Ramasubramanian <[EMAIL PROTECTED]> wrote:
> +++ H.S.Rai [10/07/02 18:03 +0530]:
> > Use -f option. I used following method:
> > +++++++++++++++++
> > for ADDEE in `cat address.list`; do
> > echo  To: $ADDEE > m2
> > cat m1 m2 m3 > m
> > /usr/sbin/sendmail -v  -t -f [EMAIL PROTECTED]
> < m
> > rm m2 m
> > done
> > Where m1 contain From field i.e.
> 
> Good god.  Your script will cause sendmail to fork
> 6k sendmails assuming a
> list of 6k people.
> 
> Set up something like Mailman or Majordomo, enable
> VERP and do proper bounce
> processing.  That can't be done by using a from of
> [EMAIL PROTECTED] or
> whatever.
> 
>       -srs
> 
> 
> 
>
-------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Two, two, TWO treats in one.
> http://thinkgeek.com/sf
> _______________________________________________
> linux-india-help mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/linux-india-help


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to