<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1015472" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1015472</link>
    <description></description>
    <language>en</language>
          <item>
    <title>mailto:</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/script-send-email-many-people-time#comment-1092079</link>
    <description> &lt;p&gt;Try &lt;a href=&quot;http://cgispy.com&quot; class=&quot;bb-url&quot;&gt;Cgispy.com&lt;/a&gt; for a remotely hosted script just for that reason. You can also give users the option to join the mainling list on your web site.&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Oct 2001 11:24:50 +0000</pubDate>
 <dc:creator>Adam</dc:creator>
 <guid isPermaLink="false">comment 1092079 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/script-send-email-many-people-time#comment-1089924</link>
    <description> &lt;p&gt;If you are thinking about mailing list programs, you can check out the following:&lt;/p&gt;
&lt;p&gt;MyMail -&amp;gt; &lt;a href=&quot;http://scripts.codingclick.com/MyMail/&quot; class=&quot;bb-url&quot;&gt;http://scripts.codingclick.com/MyMail/&lt;/a&gt;&lt;br /&gt;
MaxEmailpro -&amp;gt; &lt;a href=&quot;http://www.sitelogics.net/maxemail/&quot; class=&quot;bb-url&quot;&gt;http://www.sitelogics.net/maxemail/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Alternatively you can check out the following URLs and look for mailing list managers:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://hotscripts.com/&quot; class=&quot;bb-url&quot;&gt;http://hotscripts.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://cgi.resourceindex.com/&quot; class=&quot;bb-url&quot;&gt;http://cgi.resourceindex.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://php.resourceindex.com/&quot; class=&quot;bb-url&quot;&gt;http://php.resourceindex.com/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Sep 2001 06:18:33 +0000</pubDate>
 <dc:creator>Laura Brandt</dc:creator>
 <guid isPermaLink="false">comment 1089924 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/script-send-email-many-people-time#comment-1089780</link>
    <description> &lt;p&gt;If you are using ASP on IIS, you could loop through the record set and use CDONTS to send the email.  It might look something like this&lt;/p&gt;
&lt;p&gt;Dim objCDO&lt;br /&gt;
set rs2 = cn.execute(&quot;select distinct email_address from people&quot;)&lt;/p&gt;
&lt;p&gt;while not rs2.eof&lt;br /&gt;
  Set objCDO = Server.CreateObject(&quot;CDONTS.NewMail&quot;)&lt;br /&gt;
  objCDO.To = rs2(&quot;email_address&quot;)&lt;br /&gt;
  objCDO.From = &quot;you@you.com&quot;&lt;br /&gt;
  objCDO.Subject = &quot;Your Subject&quot;&lt;br /&gt;
&#039; this line get the comment from a form field&lt;br /&gt;
  objCDO.Body = getparam(&quot;comments&quot;)&lt;br /&gt;
  objCDO.MailFormat = 0&lt;br /&gt;
  objCDO.Send&lt;br /&gt;
  &#039;set the object = nothing&lt;br /&gt;
  Set objCDO = Nothing&lt;br /&gt;
  rs2.movenext&lt;br /&gt;
wend &lt;/p&gt;
&lt;p&gt;If your not using ASP and IIS I wouldn&#039;t know  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Sep 2001 21:44:43 +0000</pubDate>
 <dc:creator>m1l</dc:creator>
 <guid isPermaLink="false">comment 1089780 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/script-send-email-many-people-time#comment-1089708</link>
    <description> &lt;p&gt;Im a tad lost. Basicly you do not want others to see the whole list of emails right?&lt;/p&gt;
&lt;p&gt;I guess you are looking for a maillist type program. One off the top of my head that does not show all emails is from solutionscripts.com&lt;br /&gt;
I used it and was happy. Nothing to fancy but you dont really need much for it.&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Sep 2001 03:31:22 +0000</pubDate>
 <dc:creator>dkbhosting.com</dc:creator>
 <guid isPermaLink="false">comment 1089708 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
