begin  quoting Chris Seberino as of Thu, Mar 02, 2006 at 12:24:51PM -0800:
> Is it possible to send same email to a lot of people
> and have each email appear like it was sent only to them?
> (i.e. hide address list)

foreach i in `cat address.list`; do
   mail -s "This is just to you." $i < message.body
done

Failing that, there's Bcc, which should be used far more often than it
actually is.

-- 
_ |\_
 \|


-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to