On Tue, Mar 19, 2002 at 10:10:32PM -0500, Michael P. Soulier wrote:
> On 19/03/02 Gary Johnson did speaketh:
> 
> > This is how I would do it:
> > 
> >     while read address
> >     do
> >         mutt -s 'subject' $address < message_file
> >     done < address_file
> 
>     Well, that's more of a mailing list thing. I think a single message with a
> lot of email addresses in the To: field or the Bcc: field is what I'm after. 

Oh!  Well in that case, how about:

    mutt -s 'subject' `< address_file` < message_file

Unless of course you're also after something more interactive.

Gary

-- 
Gary Johnson                               | Agilent Technologies
[EMAIL PROTECTED]                   | Spokane, Washington, USA
http://www.spocom.com/users/gjohnson/mutt/ |

Reply via email to