Re: Batch mailing?

2001-08-17 Thread alexander . skwar
On 17.08.2001 00:05:02 Carl B . Constantine wrote: Is it possible to do batch emailing in mutt? Here's the scenario. I want to send the same messsage to a bunch of different people, but they have to go as individual messages (one to each user). I can't put all the users in the to: due to

Re: Batch mailing?

2001-08-17 Thread Michael Sanders
Here's an infinitesimal elaboration which takes addresses from one file and the message text from a second. Someone else can show how to use a multi-word subject. #!/bin/sh # if [ $# -ne 3 ] ; then echo Usage: `basename $0` AddressFile MessageFile Subject(one word) ; exit 1; fi # if [ !

Batch mailing?

2001-08-16 Thread Carl B . Constantine
Is it possible to do batch emailing in mutt? Here's the scenario. I want to send the same messsage to a bunch of different people, but they have to go as individual messages (one to each user). I can't put all the users in the to: due to privacy issues. This is for admin purposes. In my role

Re: Batch mailing?

2001-08-16 Thread Suresh Ramasubramanian
Carl B . Constantine mutt [16/08/01 15:05 -0700]: Is it possible to do batch emailing in mutt? Here's the scenario. I want to send the same messsage to a bunch of different people, but they have to go as individual messages (one to each user). I can't put all the users in the to: due to