<?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 : Email Activati&#111;n</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 : Email Activati&#111;n]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 19:58:12 +0000</pubDate>
  <lastBuildDate>Mon, 09 Jan 2006 11:14:19 +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=3167</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[Email Activati&#111;n : This isn&amp;#039;t the case with...]]></title>
   <link>https://forums.webwiz.net/email-activation_topic3167_post96623.html#96623</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 3167<br /><strong>Posted:</strong> 09&nbsp;January&nbsp;2006 at 11:14am<br /><br />This isn't the case with the latest version, 7.96, which does support localhost email servers.<br><br>If you need to set email authentication then you need to edit the file'functions/functions_send_mail.asp' and place in the SMTP serversusername and password in the variables that are indicated near the topof the file.<br>]]>
   </description>
   <pubDate>Mon, 09 Jan 2006 11:14:19 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-activation_topic3167_post96623.html#96623</guid>
  </item> 
  <item>
   <title><![CDATA[Email Activati&#111;n :   -boRg- wrote:Are you trying...]]></title>
   <link>https://forums.webwiz.net/email-activation_topic3167_post96555.html#96555</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22689">dcowan</a><br /><strong>Subject:</strong> 3167<br /><strong>Posted:</strong> 08&nbsp;January&nbsp;2006 at 2:57am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by -boRg-" alt="Originally posted by -boRg-" style="vertical-align: text-bottom;" /> <strong>-boRg- wrote:</strong><br /><br />Are you trying to use a 'localhost' mail server?<BR><BR>If so web wiz forums currently doesn't support a localhost mail server.<BR><BR>The error sugests an email setup problem.<BR></td></tr></table> <DIV>&nbsp;</DIV><DIV>Is this still the case for 7.96?</DIV><DIV>&nbsp;</DIV><DIV>I'm having problems with email activations. I'm running an exchange 2003 server on windows 2003 server (sp1) and hosting my website and forums on the same box.</DIV><DIV>&nbsp;</DIV><DIV>The error I'm getting when try to resend email activations is:</DIV><DIV><FONT face=Arial size=2>error '80040211'</FONT> </DIV><DIV><FONT face=Arial size=2>/forums/functions/functions_send_mail.asp</FONT><FONT face=Arial size=2>, line 198</FONT> </DIV><DIV>&nbsp;</DIV><DIV>I have tried numberous configurations but am unable to get this to work, any help would be appreciated.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;Thanks,</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Darrell</DIV>]]>
   </description>
   <pubDate>Sun, 08 Jan 2006 02:57:42 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-activation_topic3167_post96555.html#96555</guid>
  </item> 
  <item>
   <title><![CDATA[Email Activati&#111;n : Sorted out the problem already...]]></title>
   <link>https://forums.webwiz.net/email-activation_topic3167_post78059.html#78059</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19665">euromarinos</a><br /><strong>Subject:</strong> 3167<br /><strong>Posted:</strong> 04&nbsp;March&nbsp;2005 at 10:27pm<br /><br />Sorted out the problem already - I forgot to set the authentication method. Silly me.<br /><br />In any case what I did was insert the following line into functions_send_email.asp:<br /><br />With objCDOSYSCon<br />'Out going SMTP server<br />.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver") = strOutgoingMailServer<br />'SMTP port<br />.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserverport")  = 25<br />'CDO Port<br />.Fields("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2<br />'Timeout<br />.Fields("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = 60<br /><font color=red><br />'Login Name<br />.Fields("http://schemas.microsoft.com/cdo/configuration/sendusername") = "&lt;my username&gt;"<br />'Password<br />.Fields("http://schemas.microsoft.com/cdo/configuration/sendpassword" ) = "&lt;my password&gt;"<br />'Authentication Method<br />.Fields("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1<br /></font><br />.Fields.Update<br />End With <br /><br />Thanks for all the help. <img src="https://forums.webwiz.net/smileys/smiley1.gif" align="middle" border="0"> ]]>
   </description>
   <pubDate>Fri, 04 Mar 2005 22:27:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-activation_topic3167_post78059.html#78059</guid>
  </item> 
  <item>
   <title><![CDATA[Email Activati&#111;n : Are you trying to use a &amp;#039;localhost&amp;#039;...]]></title>
   <link>https://forums.webwiz.net/email-activation_topic3167_post77997.html#77997</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 3167<br /><strong>Posted:</strong> 04&nbsp;March&nbsp;2005 at 6:42am<br /><br />Are you trying to use a 'localhost' mail server?<br><br>If so web wiz forums currently doesn't support a localhost mail server.<br><br>The error sugests an email setup problem.<br>]]>
   </description>
   <pubDate>Fri, 04 Mar 2005 06:42:39 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-activation_topic3167_post77997.html#77997</guid>
  </item> 
  <item>
   <title><![CDATA[Email Activati&#111;n : Maybe I&amp;#039;m dumb or something,...]]></title>
   <link>https://forums.webwiz.net/email-activation_topic3167_post77994.html#77994</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19665">euromarinos</a><br /><strong>Subject:</strong> 3167<br /><strong>Posted:</strong> 04&nbsp;March&nbsp;2005 at 6:28am<br /><br />Maybe I'm dumb or something, but this is all I get as far as the error message is concerned:<br /><br />error 8004020f<br /><br />I can't seem to be able to get any more information about the error so I guess that's all the information that I can provide.<br /><br />What I did just now was that I changed the sentusingmethod to 1, after which I didn't get the error message, but the mail doesn't seemed to get sent.]]>
   </description>
   <pubDate>Fri, 04 Mar 2005 06:28:48 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-activation_topic3167_post77994.html#77994</guid>
  </item> 
  <item>
   <title><![CDATA[Email Activati&#111;n : If you are using IE you need to...]]></title>
   <link>https://forums.webwiz.net/email-activation_topic3167_post77987.html#77987</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 3167<br /><strong>Posted:</strong> 04&nbsp;March&nbsp;2005 at 5:28am<br /><br />If you are using IE you need to turn of friendly HTTP error messages to get an acurate error message of what the problem is.]]>
   </description>
   <pubDate>Fri, 04 Mar 2005 05:28:07 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-activation_topic3167_post77987.html#77987</guid>
  </item> 
  <item>
   <title><![CDATA[Email Activati&#111;n : I don&amp;#039;t know if anyone of...]]></title>
   <link>https://forums.webwiz.net/email-activation_topic3167_post77984.html#77984</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19665">euromarinos</a><br /><strong>Subject:</strong> 3167<br /><strong>Posted:</strong> 04&nbsp;March&nbsp;2005 at 4:57am<br /><br />I don't know if anyone of you still reads this thread but I really wonder if my problem is similar to everyone's.<br /><br />I set up my forum to send an activation email, but when a new member registers for a new account, the mail doesn't get sent out and the server returns me a HTTP 500 - Internal Server Error to me. And whenever a certain email function is called, I'd get this error again.<br /><br />I've checked that my server allows me to send mail using CDO, and I was able to send mails out using CDO, so I'm scratching my heads silly trying to figure out what's wrong.]]>
   </description>
   <pubDate>Fri, 04 Mar 2005 04:57:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-activation_topic3167_post77984.html#77984</guid>
  </item> 
  <item>
   <title><![CDATA[Email Activati&#111;n : It could be problems with the...]]></title>
   <link>https://forums.webwiz.net/email-activation_topic3167_post14794.html#14794</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 3167<br /><strong>Posted:</strong> 01&nbsp;June&nbsp;2003 at 3:26am<br /><br />It could be problems with the server you are on, try contacting your web host.]]>
   </description>
   <pubDate>Sun, 01 Jun 2003 03:26:44 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-activation_topic3167_post14794.html#14794</guid>
  </item> 
  <item>
   <title><![CDATA[Email Activati&#111;n : Thanks for the input and I found...]]></title>
   <link>https://forums.webwiz.net/email-activation_topic3167_post14735.html#14735</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=10360">LaunchSSV</a><br /><strong>Subject:</strong> 3167<br /><strong>Posted:</strong> 31&nbsp;May&nbsp;2003 at 11:33am<br /><br /><P>Thanks for the input and I found out the server is not a secure server, but I can send myself and others, emails through the site email program, and I have no problems recieving emails through my IP, so I can eliminate that one. </P><P>And Whittibo, I have a XBOX LIVE gaming site supporting ladder matches, be it solo or team based. I too, recommend hitting boards at diet centers/clubs.</P>]]>
   </description>
   <pubDate>Sat, 31 May 2003 11:33:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-activation_topic3167_post14735.html#14735</guid>
  </item> 
  <item>
   <title><![CDATA[Email Activati&#111;n : A diet forum, post a flyer at...]]></title>
   <link>https://forums.webwiz.net/email-activation_topic3167_post14724.html#14724</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9633">Bliss</a><br /><strong>Subject:</strong> 3167<br /><strong>Posted:</strong> 31&nbsp;May&nbsp;2003 at 9:32am<br /><br />A diet forum, post a flyer at a bulletin board in a health club! ]]>
   </description>
   <pubDate>Sat, 31 May 2003 09:32:58 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-activation_topic3167_post14724.html#14724</guid>
  </item> 
 </channel>
</rss>