<?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 - Server Authentificati&#111;n - 7.9</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 - Server Authentificati&#111;n - 7.9]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 16:41:32 +0000</pubDate>
  <lastBuildDate>Sat, 04 Dec 2004 12:47:35 +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=12820</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 - Server Authentificati&#111;n - 7.9 : DJ, Major props and much thanks!...]]></title>
   <link>https://forums.webwiz.net/email-server-authentification-7-9_topic12820_post71000.html#71000</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18522">Duval</a><br /><strong>Subject:</strong> 12820<br /><strong>Posted:</strong> 04&nbsp;December&nbsp;2004 at 12:47pm<br /><br />DJ, Major props and much thanks! Works like a treat! <DIV>&nbsp;</DIV><DIV>You've got mail.</DIV>]]>
   </description>
   <pubDate>Sat, 04 Dec 2004 12:47:35 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-server-authentification-7-9_topic12820_post71000.html#71000</guid>
  </item> 
  <item>
   <title><![CDATA[Email - Server Authentificati&#111;n - 7.9 : DJ, thanks! I&amp;#039;ll give it...]]></title>
   <link>https://forums.webwiz.net/email-server-authentification-7-9_topic12820_post70996.html#70996</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18522">Duval</a><br /><strong>Subject:</strong> 12820<br /><strong>Posted:</strong> 04&nbsp;December&nbsp;2004 at 12:07pm<br /><br />DJ, thanks! I'll give it a shot this afternoon and repost.]]>
   </description>
   <pubDate>Sat, 04 Dec 2004 12:07:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-server-authentification-7-9_topic12820_post70996.html#70996</guid>
  </item> 
  <item>
   <title><![CDATA[Email - Server Authentificati&#111;n - 7.9 :  replace the following section...]]></title>
   <link>https://forums.webwiz.net/email-server-authentification-7-9_topic12820_post70987.html#70987</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 12820<br /><strong>Posted:</strong> 04&nbsp;December&nbsp;2004 at 10:43am<br /><br />replace the following section in send_mail_function (in the functions folder i think)<br><br><table width="99%"><tr><td><pre class="BBcode"><br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Set and update fields properties<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; With objCDOSYSCon<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Out going SMTP server<br>.Fields("http://schemas.microsoft.com/cd o/configuration/smtpserver") =strOutgoingMailServer<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'SMTP port<br>.Fields("http://schemas.microsoft.com/cd o/configuration/smtpserverport")&nbsp;=  25<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'CDO Port<br>.Fields("http://schemas.microsoft.com/cd o/configuration/sendusing") = 2<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Timeout<br>.Fields("http://schemas.microsoft.com/cd o/configuration/smtpconnectiontimeout")=  60<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Fields.Update<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; End With<br></pre></td></tr></table><br><br>with the following<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Dim strMailServerPass, strMailServerUser<br>strMailServerUser = ""<br>strMailServerPass = ""<br><br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;'Set and update fields properties<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;With objCDOSYSCon<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;'Out going SMTP server<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;.Fields("http://schemas.microsoft. com/cdo/configuration/smtpserver")=  strOutgoingMailServer<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;'SMTP port<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;.Fields("http://schemas.microsoft. com/cdo/configuration/smtpserverport")&nbsp;=  25<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;'CDO Port<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;.Fields("http://schemas.microsoft. com/cdo/configuration/sendusing")=  2<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;'Timeout<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;.Fields("http://schemas.microsoft. com/cdo/configuration/smtpconnectiontimeout")=  60<br><br>&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Specify the authentication mechanism to basic (clear-text)authentication cdoBasic = 1<br>.Fields("http://schemas.microsoft.com/cd o/configuration/smtpauthenticate")=  1<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>'SMTPServer username<br>.Fields("http://schemas.microsoft.com/cd o/configuration/sendusername")=  strMailServerUser<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>'SMTPServer password<br>.Fields("http://schemas.microsoft.com/cd o/configuration/sendpassword")=  strMailServerPass<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;.Fields.Update<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;End With &nbsp;&nbsp; <br></pre></td></tr></table><br><br>i haven't tried it but it hopefully works. can you let us know<br><span style="font-size:10px"><br /><br />Edited by dj air - 04&nbsp;December&nbsp;2004 at 10:46am</span>]]>
   </description>
   <pubDate>Sat, 04 Dec 2004 10:43:22 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-server-authentification-7-9_topic12820_post70987.html#70987</guid>
  </item> 
  <item>
   <title><![CDATA[Email - Server Authentificati&#111;n - 7.9 : I went with CDONTS but on my server...]]></title>
   <link>https://forums.webwiz.net/email-server-authentification-7-9_topic12820_post70985.html#70985</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18522">Duval</a><br /><strong>Subject:</strong> 12820<br /><strong>Posted:</strong> 04&nbsp;December&nbsp;2004 at 10:35am<br /><br />I went with CDONTS but on my server I can use ASPMail or ASPEmail as well.]]>
   </description>
   <pubDate>Sat, 04 Dec 2004 10:35:35 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-server-authentification-7-9_topic12820_post70985.html#70985</guid>
  </item> 
  <item>
   <title><![CDATA[Email - Server Authentificati&#111;n - 7.9 : what email commonent are you using.?  regarding...]]></title>
   <link>https://forums.webwiz.net/email-server-authentification-7-9_topic12820_post70977.html#70977</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 12820<br /><strong>Posted:</strong> 04&nbsp;December&nbsp;2004 at 8:00am<br /><br />what email commonent are you using.?<br><br>regarding &lt;br/&gt; in the current version its the default browsersetting, in IE return = &lt;p&gt; in firefox (firefox rocks) its&nbsp;a &lt;br/&gt; its much better than IE<br>]]>
   </description>
   <pubDate>Sat, 04 Dec 2004 08:00:51 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-server-authentification-7-9_topic12820_post70977.html#70977</guid>
  </item> 
  <item>
   <title><![CDATA[Email - Server Authentificati&#111;n - 7.9 : Thanks dj air. I&amp;#039;ll remove...]]></title>
   <link>https://forums.webwiz.net/email-server-authentification-7-9_topic12820_post70956.html#70956</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18522">Duval</a><br /><strong>Subject:</strong> 12820<br /><strong>Posted:</strong> 03&nbsp;December&nbsp;2004 at 9:21pm<br /><br />Thanks dj air. I'll remove the email stuff for now. Do you know where an example of adding the authetification might be found, unless 8 is right around the corner?<DIV>&nbsp;</DIV><DIV>Regading the line break, I'd like to do like it is here where &lt;br&gt; is the default as opposed to &lt;/p&gt;. I'm guessing it&nbsp;might apparent on the forums post page though.</DIV>]]>
   </description>
   <pubDate>Fri, 03 Dec 2004 21:21:21 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-server-authentification-7-9_topic12820_post70956.html#70956</guid>
  </item> 
  <item>
   <title><![CDATA[Email - Server Authentificati&#111;n - 7.9 : SHIFT + Return for &amp;lt;br/&amp;gt;  regarding...]]></title>
   <link>https://forums.webwiz.net/email-server-authentification-7-9_topic12820_post70946.html#70946</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 12820<br /><strong>Posted:</strong> 03&nbsp;December&nbsp;2004 at 5:40pm<br /><br />SHIFT + Return for &lt;br/&gt;<br><br>regarding email you can add the coding for it, but its not in V7.9 i think it'll be V8<br>]]>
   </description>
   <pubDate>Fri, 03 Dec 2004 17:40:51 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-server-authentification-7-9_topic12820_post70946.html#70946</guid>
  </item> 
  <item>
   <title><![CDATA[Email - Server Authentificati&#111;n - 7.9 : I&amp;#039;m having some difficulty...]]></title>
   <link>https://forums.webwiz.net/email-server-authentification-7-9_topic12820_post70945.html#70945</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18522">Duval</a><br /><strong>Subject:</strong> 12820<br /><strong>Posted:</strong> 03&nbsp;December&nbsp;2004 at 5:38pm<br /><br />I'm having some difficulty getting the e-mail to work properly.<DIV>&nbsp;</DIV><DIV>I was wondering if it might be that my server requires authentification (when setting up Outlook Express I have to go back and check that box) Is this configuarable from the admin panel or might it be built in?</DIV><DIV>&nbsp;</DIV><DIV>While I'm here, how do I make a carriage return in a post or reply be a line break and not a paragraph break.</DIV>]]>
   </description>
   <pubDate>Fri, 03 Dec 2004 17:38:14 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/email-server-authentification-7-9_topic12820_post70945.html#70945</guid>
  </item> 
 </channel>
</rss>