[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to get Gnus to send multiple emails
From: |
Tassilo Horn |
Subject: |
Re: How to get Gnus to send multiple emails |
Date: |
Wed, 30 Apr 2014 12:38:08 +0200 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 (gnu/linux) |
phillip.lord@newcastle.ac.uk (Phillip Lord) writes:
> I'd like to have gnus send a single email to multiple addresses; I am
> sending an annoucement to several email addresses, most of which will
> not accept multiple "To:" lines.
What do you mean with multiple To-lines?
To: a@y.example
To: b@y.example
To: c@y.example
will probably not work, but
To: a@y.example, b@y.example, c@y.example
will do the trick. And if you don't want the receipients to see each
other's address, then use
Bcc: a@y.example, b@y.example, c@y.example
instead.
> Is there a way to automate this -- I'd like to store the email
> addresses in BBDB, and send them in one go.
Does that help?
(info "(message)Mail Aliases")
Bye,
Tassilo