<?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 : SMTP Authentication in 7.97?</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 : SMTP Authentication in 7.97?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 00:13:30 +0000</pubDate>
  <lastBuildDate>Thu, 16 Mar 2006 17:09:25 +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=18726</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[SMTP Authentication in 7.97? :    -boRg- wrote: At lines 65...]]></title>
   <link>https://forums.webwiz.net/smtp-authentication-in-7-97_topic18726_post101504.html#101504</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13842">evilpeppard</a><br /><strong>Subject:</strong> 18726<br /><strong>Posted:</strong> 16&nbsp;March&nbsp;2006 at 5:09pm<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 />At lines 65 to 67 of the file 'functions/functions_send_mail.asp' you have the following place to type in your SMTP authentication details:-<br><br><table width="99%"><tr><td><pre class="BBcode">'If you use SMTP authentication enter the username and password in the following variables<br>&nbsp;&nbsp;&nbsp; strMailServerUser = "" &nbsp;&nbsp;&nbsp; 'SMTP server username<br>&nbsp;&nbsp;&nbsp; strMailServerPass = ""&nbsp;&nbsp;&nbsp; 'SMTP server password</pre></td></tr></table><br>I have just downloaded and checked the latest 7.97 version and it does have this in the file.<br><br>Maybe try re-downloading 7.97 in case you have some files mixed up somewhere along the way.<br></td></tr></table><br>Thanks!&nbsp; I recopied that file from the original download to my server install.&nbsp; I found the lines and have now configured them.<br><br>Thank you again :)<br>]]>
   </description>
   <pubDate>Thu, 16 Mar 2006 17:09:25 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/smtp-authentication-in-7-97_topic18726_post101504.html#101504</guid>
  </item> 
  <item>
   <title><![CDATA[SMTP Authentication in 7.97? :  At lines 65 to 67 of the file...]]></title>
   <link>https://forums.webwiz.net/smtp-authentication-in-7-97_topic18726_post101501.html#101501</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18726<br /><strong>Posted:</strong> 16&nbsp;March&nbsp;2006 at 4:56pm<br /><br />At lines 65 to 67 of the file 'functions/functions_send_mail.asp' you have the following place to type in your SMTP authentication details:-<br><br><table width="99%"><tr><td><pre class="BBcode">'If you use SMTP authentication enter the username and password in the following variables<br>&nbsp;&nbsp;&nbsp; strMailServerUser = "" &nbsp;&nbsp;&nbsp; 'SMTP server username<br>&nbsp;&nbsp;&nbsp; strMailServerPass = ""&nbsp;&nbsp;&nbsp; 'SMTP server password</pre></td></tr></table><br>I have just downloaded and checked the latest 7.97 version and it does have this in the file.<br><br>Maybe try re-downloading 7.97 in case you have some files mixed up somewhere along the way.<br><span style="font-size:10px"><br /><br />Edited by -boRg- - 16&nbsp;March&nbsp;2006 at 4:57pm</span>]]>
   </description>
   <pubDate>Thu, 16 Mar 2006 16:56:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/smtp-authentication-in-7-97_topic18726_post101501.html#101501</guid>
  </item> 
  <item>
   <title><![CDATA[SMTP Authentication in 7.97? :    -boRg- wrote:You can, please...]]></title>
   <link>https://forums.webwiz.net/smtp-authentication-in-7-97_topic18726_post101500.html#101500</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13842">evilpeppard</a><br /><strong>Subject:</strong> 18726<br /><strong>Posted:</strong> 16&nbsp;March&nbsp;2006 at 4:44pm<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 />You can, please read my last post again to save me repeating myself.</td></tr></table><br><br>Ok, not trying to be difficult but I do not see the lines anymore in the 'functions/functions_send_email.asp' file where I can even put in my SMTP server info, since I upgraded to 7.97.&nbsp; This is what I am trying to clear up.<br><br>I'm just trying to figure out if these settings reside somewhere else andwhere I actually configure the lines:<br><br>"If you use <span>SMTP</span> authentication enter the username and password in the following variables<br>strMailServerUser = "" &nbsp;&nbsp;&nbsp; '<span>SMTP</span> server username<br>strMailServerPass = ""&nbsp;&nbsp;&nbsp; '<span>SMTP</span> server password"<br><br>Is there no such place to configure SMTP servers that require authentication anymore?<br><br>Thnaks again.<br>]]>
   </description>
   <pubDate>Thu, 16 Mar 2006 16:44:56 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/smtp-authentication-in-7-97_topic18726_post101500.html#101500</guid>
  </item> 
  <item>
   <title><![CDATA[SMTP Authentication in 7.97? : You can, please read my last post...]]></title>
   <link>https://forums.webwiz.net/smtp-authentication-in-7-97_topic18726_post101499.html#101499</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18726<br /><strong>Posted:</strong> 16&nbsp;March&nbsp;2006 at 4:36pm<br /><br />You can, please read my last post again to save me repeating myself.]]>
   </description>
   <pubDate>Thu, 16 Mar 2006 16:36:39 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/smtp-authentication-in-7-97_topic18726_post101499.html#101499</guid>
  </item> 
  <item>
   <title><![CDATA[SMTP Authentication in 7.97? :    -boRg- wrote:There is an...]]></title>
   <link>https://forums.webwiz.net/smtp-authentication-in-7-97_topic18726_post101487.html#101487</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13842">evilpeppard</a><br /><strong>Subject:</strong> 18726<br /><strong>Posted:</strong> 16&nbsp;March&nbsp;2006 at 3:25pm<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 />There is an error in 7.97 so that the file 'functions/functions_send_email.asp' supports this, but not the one found in the admin folder.<br><br>This will mean that all email functions work with SMTP authentication appart from the Mass Email tool in the admin area.<br></td></tr></table><br><br>So, are you saying, if I need to use an SMTP server that requires authentication, I cannot, or is there a separate file I need to enter this information in now?<br><br>Let me know.&nbsp; This is the only SMTP server option I currently have for my network.<br><br>Thanks.<br>]]>
   </description>
   <pubDate>Thu, 16 Mar 2006 15:25:51 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/smtp-authentication-in-7-97_topic18726_post101487.html#101487</guid>
  </item> 
  <item>
   <title><![CDATA[SMTP Authentication in 7.97? : There is an error in 7.97 so that...]]></title>
   <link>https://forums.webwiz.net/smtp-authentication-in-7-97_topic18726_post101462.html#101462</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 18726<br /><strong>Posted:</strong> 16&nbsp;March&nbsp;2006 at 12:05pm<br /><br />There is an error in 7.97 so that the file 'functions/functions_send_email.asp' supports this, but not the one found in the admin folder.<br><br>This will mean that all email functions work with SMTP authentication appart from the Mass Email tool in the admin area.<br>]]>
   </description>
   <pubDate>Thu, 16 Mar 2006 12:05:57 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/smtp-authentication-in-7-97_topic18726_post101462.html#101462</guid>
  </item> 
  <item>
   <title><![CDATA[SMTP Authentication in 7.97? : I posted this thread back for...]]></title>
   <link>https://forums.webwiz.net/smtp-authentication-in-7-97_topic18726_post101393.html#101393</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13842">evilpeppard</a><br /><strong>Subject:</strong> 18726<br /><strong>Posted:</strong> 15&nbsp;March&nbsp;2006 at 7:40pm<br /><br />I posted this thread back for version 7.95:<br>http://forums.webwiz.net/forum_posts.asp?TID=17023&amp;KW=smtp+authentication&amp;PID=92700#92700<br><br>I referred back to the instrucitons so I could set up SMTP authentication for 7.97, which I just upgraded to, but I do not even see the lines:<br><br>"If you use <span ="highlight">SMTP</span> authentivation enter the username and password in the following variables<br>strMailServerUser = "" &nbsp;&nbsp;&nbsp; '<span ="highlight">SMTP</span> server username<br>strMailServerPass = ""&nbsp;&nbsp;&nbsp; '<span ="highlight">SMTP</span> server password"<br><br>Have these been moved somewhere else?&nbsp; I need to reset this info so my notifications will start working in 7.97.<br><br>Thanks in advance for the help <img alt="Smile" src="https://forums.webwiz.net/smileys/smiley1.gif" align="absmiddle" border="0"><br>]]>
   </description>
   <pubDate>Wed, 15 Mar 2006 19:40:55 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/smtp-authentication-in-7-97_topic18726_post101393.html#101393</guid>
  </item> 
 </channel>
</rss>