Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] using mutt in a bash script
- Date: Tue, 7 Aug 2007 18:20:40 -0700
- From: "Keith Bawden" <keith@example.com>
- Subject: Re: [tlug] using mutt in a bash script
- References: <20070807150652.GT6503@wasi.karlov.mff.cuni.cz>
On 8/7/07, Michal Hajek <hajek1@example.com> wrote: > The idea is to have a list of recipients in a file "test.adr" one at a line and sent them all the same email. > eg. > > $cat test.adr > "My friend <fr@example.com>" > "My enemy <en@example.com>" > "Your friend <yf@example.com>" > $ Try this. for i in `cat test.adr` ;do cat invitation.txt | mutt -s "test" $i ; done If mutt balks for some reason try to "mail -s" Regards, Keith
- Follow-Ups:
- Re: [tlug] using mutt in a bash script
- From: jep200404
- References:
- [tlug] using mutt in a bash script
- From: Michal Hajek
Home | Main Index | Thread Index
- Prev by Date: [tlug] [TAGGING] email subjects
- Next by Date: [tlug] using [TAGGING] in email subjects
- Previous by thread: Re: [tlug] using mutt in a bash script: Name with '<'
- Next by thread: Re: [tlug] using mutt in a bash script
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links