<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<blockquote type="cite">
  <pre wrap=""><div class="moz-txt-sig">Date: Wed, 9 Dec 2009 13:20:26 -0500
From: Fairlight <a class="moz-txt-link-rfc2396E"
 href="mailto:fairlite@fairlite.com">&lt;fairlite@fairlite.com&gt;</a>
Subject: Re: e-mail
To: FilePro Mailing List <a class="moz-txt-link-rfc2396E"
 href="mailto:filepro-list@lists.celestial.com">&lt;filepro-list@lists.celestial.com&gt;</a>
Message-ID: <a class="moz-txt-link-rfc2396E"
 href="mailto:20091209132026.A12511@iglou.com">&lt;20091209132026.A12511@iglou.com&gt;</a>
Content-Type: text/plain; charset=us-ascii

The honourable and venerable J. P. Radley spoke thus:
</div></pre>
  <blockquote type="cite">
    <pre wrap=""><span class="moz-txt-citetags">&gt; </span>ROBERT PULLIAM propounded (on Wed, Dec 09, 2009 at 10:10:03AM -0500):
<span class="moz-txt-citetags">&gt; </span>| Using unix - have field with e-mail addresses.  Is there a way
<span class="moz-txt-citetags">&gt; </span>| to batch send to all patients with email address.  Can also transfer the data to a windows machine,  Would it be easier to send batch emails from Windows?
<span class="moz-txt-citetags">&gt; </span>
<span class="moz-txt-citetags">&gt; </span>Spin out the email addresses into a file using the CSV format.
<span class="moz-txt-citetags">&gt; </span>
<span class="moz-txt-citetags">&gt; </span>Then mail your message to `cat that_file`.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Uhm, JP?  And have the To: header contain -allllll- those addresses?

Bad, bad idea.

I can't believe you just advocated that.  I mean, I thought I'd seen
everything, but I'm gonna go check and see if Satan is snowblowing his
driveway...

mark-&gt;
<div class="moz-txt-sig">-- 
Audio panton, cogito singularis,</div></pre>
</blockquote>
Since I use Windows-based FPro I use Windows-based e-mail programs.&nbsp; In
this case I use Blat (<a class="moz-txt-link-freetext" href="http://www.blat.net/194/">http://www.blat.net/194/</a> ).<br>
<br>
Blat has an option that allows you to send BCC to a list defined in a
separate file.<br>
<br>
Set up Blat (or use the command line parameters for smtp server and
'from'address). Create the e-mail as a file.&nbsp; Create the file of e-mail
addresses to send to.&nbsp; Then run the command:<br>
Blat &lt;e-mail_filename&gt; -bf &lt;filename_of_bcc_addresses&gt;
-subject &lt;subject_line&gt;<br>
<br>
Blat has many other options available if needed including sending
attachments, etc.<br>
<br>
HTH,<br>
<br>
Boaz<br>
</body>
</html>