<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : bug : sending &#111;nly 444 emails of 900</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : bug : sending &#111;nly 444 emails of 900]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 19:26:14 +0000</pubDate>
  <lastBuildDate>Sun, 17 Apr 2005 05:50:42 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=14695</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[bug : sending &#111;nly 444 emails of 900 : for exapmle entering &amp;#034; /&amp;#034;...]]></title>
   <link>https://forums.webwiz.net/bug-sending-only-444-emails-of-900_topic14695_post81368.html#81368</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17435">moti</a><br /><strong>Subject:</strong> 14695<br /><strong>Posted:</strong> 17&nbsp;April&nbsp;2005 at 5:50am<br /><br />for exapmle&nbsp; entering&nbsp; " /&nbsp;"&nbsp; in email address can damage all mass mailer system &nbsp;so its better to make a filter for it to prevent entering this type of emails in database<DIV></DIV><IMG height=17 alt=Wink src="http://forums.webwiz.net/smileys/smiley2.gif" width=17 align=absMiddle border="0"><DIV></DIV>]]>
   </description>
   <pubDate>Sun, 17 Apr 2005 05:50:42 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-sending-only-444-emails-of-900_topic14695_post81368.html#81368</guid>
  </item> 
  <item>
   <title><![CDATA[bug : sending &#111;nly 444 emails of 900 : The system already has a check...]]></title>
   <link>https://forums.webwiz.net/bug-sending-only-444-emails-of-900_topic14695_post81364.html#81364</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 14695<br /><strong>Posted:</strong> 17&nbsp;April&nbsp;2005 at 5:25am<br /><br />The system already has a check in place for malformed email addresses,but as people will enter all sorts of things you can never be 100% surethat the email address is correct.]]>
   </description>
   <pubDate>Sun, 17 Apr 2005 05:25:46 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-sending-only-444-emails-of-900_topic14695_post81364.html#81364</guid>
  </item> 
  <item>
   <title><![CDATA[bug : sending &#111;nly 444 emails of 900 : OK  Ifiguredout the problem with...]]></title>
   <link>https://forums.webwiz.net/bug-sending-only-444-emails-of-900_topic14695_post81351.html#81351</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17435">moti</a><br /><strong>Subject:</strong> 14695<br /><strong>Posted:</strong> 16&nbsp;April&nbsp;2005 at 9:22pm<br /><br />OK <DIV>I&nbsp;figured&nbsp;out the problem with this replacements<BR><BR>&nbsp;&nbsp;strEmail = Replace(strEmail, "@.", "@", 1, -1, 1)<BR>&nbsp;&nbsp;strEmail = Replace(strEmail, "www.", "", 1, -1, 1)<BR><BR>But how can I tell it to just check for "www." before "@" ?<BR><IMG alt=C&#111;nfused src="https://forums.webwiz.net/smileys/smiley5.gif" align=absMiddle border="0"></DIV>]]>
   </description>
   <pubDate>Sat, 16 Apr 2005 21:22:44 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-sending-only-444-emails-of-900_topic14695_post81351.html#81351</guid>
  </item> 
  <item>
   <title><![CDATA[bug : sending &#111;nly 444 emails of 900 : I found that, There is a few...]]></title>
   <link>https://forums.webwiz.net/bug-sending-only-444-emails-of-900_topic14695_post81258.html#81258</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17435">moti</a><br /><strong>Subject:</strong> 14695<br /><strong>Posted:</strong> 15&nbsp;April&nbsp;2005 at 7:14pm<br /><br />I found that,<DIV><BR>There is a few members&nbsp;that registered with malformed&nbsp;email addresses<BR><BR>for example&nbsp;first one is like this<BR><BR><A href="http://www.name@yahoo.com" target="_blank">www.name@yahoo.com</A></DIV><DIV>&nbsp;</DIV><DIV>and second type is like this</DIV><DIV>&nbsp;</DIV><DIV><A href="http://www.name@.yahoo.com" target="_blank">www.name@.yahoo.com</A>&nbsp; or this&nbsp; <A href="mailto:name@.yahoo.com" target="_blank">name@.yahoo.com</A><BR><BR>this is the problem to preventing&nbsp; sending email to all<BR><BR>OK now how can I prevent users to don't register with above email formats?<BR><BR>Or how can I make a function to to prevent mass mailer to send email to this emails?<BR><BR>Thanks borg<BR>Plz help me</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 15 Apr 2005 19:14:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-sending-only-444-emails-of-900_topic14695_post81258.html#81258</guid>
  </item> 
  <item>
   <title><![CDATA[bug : sending &#111;nly 444 emails of 900 : Very little, the mass email tool...]]></title>
   <link>https://forums.webwiz.net/bug-sending-only-444-emails-of-900_topic14695_post81207.html#81207</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 14695<br /><strong>Posted:</strong> 15&nbsp;April&nbsp;2005 at 8:22am<br /><br />Very little, the mass email tool is only very simple. If you want touse mass email then I would recommend using a dedicated mailing listapplication like Web Wiz Mailing List available from the ASP section ofthis site.]]>
   </description>
   <pubDate>Fri, 15 Apr 2005 08:22:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-sending-only-444-emails-of-900_topic14695_post81207.html#81207</guid>
  </item> 
  <item>
   <title><![CDATA[bug : sending &#111;nly 444 emails of 900 : about that member what we can...]]></title>
   <link>https://forums.webwiz.net/bug-sending-only-444-emails-of-900_topic14695_post81201.html#81201</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17435">moti</a><br /><strong>Subject:</strong> 14695<br /><strong>Posted:</strong> 15&nbsp;April&nbsp;2005 at 5:36am<br /><br />about that member what we can do?<DIV></DIV>]]>
   </description>
   <pubDate>Fri, 15 Apr 2005 05:36:57 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-sending-only-444-emails-of-900_topic14695_post81201.html#81201</guid>
  </item> 
  <item>
   <title><![CDATA[bug : sending &#111;nly 444 emails of 900 : This could be coursed by one of...]]></title>
   <link>https://forums.webwiz.net/bug-sending-only-444-emails-of-900_topic14695_post81194.html#81194</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 14695<br /><strong>Posted:</strong> 15&nbsp;April&nbsp;2005 at 4:33am<br /><br />This could be coursed by one of your members having a malformed emailaddress, or your web host may have a limit on the number of emails youcan send.]]>
   </description>
   <pubDate>Fri, 15 Apr 2005 04:33:49 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-sending-only-444-emails-of-900_topic14695_post81194.html#81194</guid>
  </item> 
  <item>
   <title><![CDATA[bug : sending &#111;nly 444 emails of 900 : I have ver 7.9  I am using CDOSYS...]]></title>
   <link>https://forums.webwiz.net/bug-sending-only-444-emails-of-900_topic14695_post81183.html#81183</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17435">moti</a><br /><strong>Subject:</strong> 14695<br /><strong>Posted:</strong> 14&nbsp;April&nbsp;2005 at 6:25pm<br /><br />I have ver 7.9<DIV>&nbsp;</DIV><DIV>I am using CDOSYS <BR>I have about 900&nbsp;users with 900 valid emails address<BR><BR>but when I use mass emailer it only send 444 emails<BR>and&nbsp;after it I get&nbsp;an unknown error<BR><BR>in this line<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If NOT strOutgoingMailServer = "" Then .Send<BR></DIV><DIV>every thing is OK server script timeout is about 10000<BR><BR>whats the problem</DIV><DIV>?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Thu, 14 Apr 2005 18:25:07 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-sending-only-444-emails-of-900_topic14695_post81183.html#81183</guid>
  </item> 
 </channel>
</rss>