[Cialug] Sending email to a group
Paul Gray
gray at cs.uni.edu
Wed Jan 27 14:39:01 CST 2016
On 01/27/2016 02:27 PM, L. V. Lammert wrote:
> Have been trying various solutions, but nothing really works, so perhaps
> KISS rules? We send out a newslettter linke three times a year, and today
> is one of them <g>!
>
> What is the simplest way [at the command line, .. no email clients,
> please] to send an email using a file containing a list of email
> addresses?
while read email
do
cat newsletter | sendEmail -f "L. V. Lammert <lvl at omnitec.net>" -u
"Ternary Report for T1" -t $email
done < FileContainingEmails
--
http://caspian.dotconf.net/menu/Software/SendEmail/
-Paul
More information about the Cialug
mailing list