<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt">If you are going to maintain a mailing list I would suggest a free http://mailchimp.com/ account.<br><div><span></span></div><div> </div><div>------------------------<br>Keith Smith</div><div style="display: block;" class="yahoo_quoted"> <br> <br> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 12pt;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> On Tuesday, December 17, 2013 3:18 PM, Matt Graham <mhgraham@crow202.org> wrote:<br> </font> </div>  <div class="y_msg_container">> On Tue, Dec 17, 2013 at 2:18 PM, <<a shape="rect" ymailto="mailto:joe@actionline.com"
 href="mailto:joe@actionline.com">joe@actionline.com</a>> wrote:<br clear="none">>> What would be the best *simple* command line utility to send an email<br clear="none">>> message to a small (100) list of email addresses?<br clear="none"><br clear="none">You have a machine that's running an SMTP server or something that can <br clear="none">be used as a smarthost, right?  This machine could be used for this.  <br clear="none">Have a text file called listofmails.txt that had 1 mailing address per <br clear="none">line.  Then put the mail you'd like to send in mailtosend.txt.  Then:<br clear="none"><br clear="none">for i in `cat listofmails.txt` ; do<br clear="none">    mail -s 'A SUBJECT' $i < mailtosend.txt<br clear="none">    done<br clear="none"><br clear="none">Of course, this assumes you have a machine where the mail command <br clear="none">works, which might not always be the case.  If
 you have to use a <br clear="none">different From: address, then this won't work.<br clear="none"><br clear="none">On 2013-12-17 14:41, Stephen Partington wrote:<br clear="none">> The idea of a mailing list might be a better idea. you can power one<br clear="none">> yourself with a listserv or use Google groups.<br clear="none"><br clear="none">listservs can get complicated.<br clear="none"><br clear="none">-- <br clear="none">Crow202 Blog: <a shape="rect" href="http://crow202.org/wordpress" target="_blank">http://crow202.org/wordpress</a><br clear="none">There is no Darkness in Eternity<br clear="none">But only Light too dim for us to see.<div class="yqt6336173023" id="yqtfd11958"><br clear="none">---------------------------------------------------<br clear="none">PLUG-discuss mailing list - <a shape="rect" ymailto="mailto:PLUG-discuss@lists.phxlinux.org" href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br
 clear="none">To subscribe, unsubscribe, or to change your mail settings:<br clear="none"><a shape="rect" href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br clear="none"></div><br><br></div>  </div> </div>  </div> </div></body></html>