Re: How to resend message multiple times effectively

2007-09-26 Thread Henry Nelson
On Mon, Sep 24, 2007 at 11:00:51PM -0500, Kyle Wheeler wrote: > On Monday, September 24 at 07:57 PM, quoth Ajeet: > >I need to send the same message to multiple recipients. So what I am > >currently doing is invoking "resend-message" repeatedly and changing > >the "to" address. Is it possible to

Re: How to resend message multiple times effectively

2007-09-25 Thread Eyolf Ă˜strem
On 25.09.2007 (01:10), Jiang Qian wrote: > > I'm sure we can write some kind of poor man's python script or > shell/sed/awk script to add or remove address from this. You can then > invoke this on the BCC field. But the question was how to make them appear, one by one, in separate mails, in the

Re: How to resend message multiple times effectively

2007-09-24 Thread Russell L. Harris
* Jiang Qian <[EMAIL PROTECTED]> [070925 00:21]: > > For a few dozen recipients or less, place all the recipient addresses > > (comma-delimited) on the BCC: line, and place your own address on the > > TO: line. > > > > About a year ago, I had need to make a periodic mailing to a few > > hundred em

Re: How to resend message multiple times effectively

2007-09-24 Thread Jiang Qian
> For a few dozen recipients or less, place all the recipient addresses > (comma-delimited) on the BCC: line, and place your own address on the > TO: line. > > About a year ago, I had need to make a periodic mailing to a few > hundred email addresses. I tried several approaches, but I did not > f

Re: How to resend message multiple times effectively

2007-09-24 Thread Ajeet
On Mon, 24 Sep 2007 23:00:51 -0500, Kyle Wheeler wrote: > What's wrong with including them all in the To, CC, or Bcc headers? > Well the concern may seem vague to you and you may not agree. I think that in certain situations, it pays to make your email seem personal. If I receive an email in w

Re: How to resend message multiple times effectively

2007-09-24 Thread Russell L. Harris
* Ajeet <[EMAIL PROTECTED]> [070924 23:23]: > Hi all, > > I need to send the same message to multiple recipients. So what I am > currently doing is invoking "resend-message" repeatedly and changing > the "to" address. Is it possible to do this in one shot? As in fire > multiple emails, one for eac

Re: How to resend message multiple times effectively

2007-09-24 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, September 24 at 07:57 PM, quoth Ajeet: >I need to send the same message to multiple recipients. So what I am >currently doing is invoking "resend-message" repeatedly and changing >the "to" address. Is it possible to do this in one shot? As

How to resend message multiple times effectively

2007-09-24 Thread Ajeet
Hi all, I need to send the same message to multiple recipients. So what I am currently doing is invoking "resend-message" repeatedly and changing the "to" address. Is it possible to do this in one shot? As in fire multiple emails, one for each address containing the same body. Thanks -- Rega