On Tue, 12 Dec 2006 06:58:36 -0600
"Russell L. Harris" <[EMAIL PROTECTED]> wrote:


> So now I'm intimidated.  I'm thinking that perhaps that it would be
> better to use Mutt with an alias list.

Or even:

$ for i in `cat recipients`
do
  mail -s "Weekly study"  $i < study_this_week_file
  sleep 2
done

I took that approach years ago for sending a message to a number of
recipients. It worked pretty well, just need your 'recipients' file to
be a file with the addresses, one per line. 

And you can make a crontab for this too.

> RLH


-- 
------------------------------------------------------------------------
David E. Fox                              Thanks for letting me
[EMAIL PROTECTED]                            change magnetic patterns
[EMAIL PROTECTED]               on your hard disk.
-----------------------------------------------------------------------


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to