<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Email Form 501:SMTP server error in Archive</title>
    <link>https://business.forums.bt.com/t5/Archive/Email-Form-501-SMTP-server-error/m-p/65796#M15120</link>
    <description>&lt;P&gt;I have reformatted my ASP email form to fit to chilisoft system&amp;nbsp;&lt;BR /&gt;(CDONTS), but it continues to give me the same error:&lt;BR /&gt;&lt;BR /&gt;Error encountered: 501:SMTP server error&lt;BR /&gt;&lt;BR /&gt;here is my current script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;%
Set mailmsg = Server.CreateObject("CDONTS.NewMail")

mailmsg.To = "webmaster@staticfiends.com"

mailmsg.From = request.form("Name") ' Specify sender's name

mailmsg.Body = "Peaceful Productions Request" &amp;amp; Chr(13) &amp;amp; Chr(10) &amp;amp; Chr(13) &amp;amp; Chr(10) &amp;amp; _
"Email: " &amp;amp; request.form("Email") &amp;amp; Chr(13) &amp;amp; Chr(10) &amp;amp; _
"Comments: " &amp;amp; request.form("comments") &amp;amp; Chr(13) &amp;amp; Chr(10)

mailmsg.Host = "neptune.lunarpages.com" ' Specify a valid SMTP server



On Error Resume Next
mailmsg.Send
If Err &amp;lt;&amp;gt; 0 Then
Response.Write "Error encountered: " &amp;amp; Err.Description
else
response.write "Thank you. We will contact you shortly,about your request."
response.redirect("/peaceful-productions/index.htm")
End If
%&amp;gt;


through suggestions from the chilisoft help forum, I have tried these 
alternatives:

mailmsg.Host = "66.28.237.139" 
mailmsg.Host = "localhost" 

none of these work (all returning the same error)
 &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions or help??&lt;/P&gt;&lt;DIV&gt;&lt;IMG src="http://imagicon.info/cat/12-1/1.gif" /&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 13 Sep 2013 14:28:12 GMT</pubDate>
    <dc:creator>abirhasan</dc:creator>
    <dc:date>2013-09-13T14:28:12Z</dc:date>
    <item>
      <title>Email Form 501:SMTP server error</title>
      <link>https://business.forums.bt.com/t5/Archive/Email-Form-501-SMTP-server-error/m-p/65796#M15120</link>
      <description>&lt;P&gt;I have reformatted my ASP email form to fit to chilisoft system&amp;nbsp;&lt;BR /&gt;(CDONTS), but it continues to give me the same error:&lt;BR /&gt;&lt;BR /&gt;Error encountered: 501:SMTP server error&lt;BR /&gt;&lt;BR /&gt;here is my current script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;%
Set mailmsg = Server.CreateObject("CDONTS.NewMail")

mailmsg.To = "webmaster@staticfiends.com"

mailmsg.From = request.form("Name") ' Specify sender's name

mailmsg.Body = "Peaceful Productions Request" &amp;amp; Chr(13) &amp;amp; Chr(10) &amp;amp; Chr(13) &amp;amp; Chr(10) &amp;amp; _
"Email: " &amp;amp; request.form("Email") &amp;amp; Chr(13) &amp;amp; Chr(10) &amp;amp; _
"Comments: " &amp;amp; request.form("comments") &amp;amp; Chr(13) &amp;amp; Chr(10)

mailmsg.Host = "neptune.lunarpages.com" ' Specify a valid SMTP server



On Error Resume Next
mailmsg.Send
If Err &amp;lt;&amp;gt; 0 Then
Response.Write "Error encountered: " &amp;amp; Err.Description
else
response.write "Thank you. We will contact you shortly,about your request."
response.redirect("/peaceful-productions/index.htm")
End If
%&amp;gt;


through suggestions from the chilisoft help forum, I have tried these 
alternatives:

mailmsg.Host = "66.28.237.139" 
mailmsg.Host = "localhost" 

none of these work (all returning the same error)
 &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions or help??&lt;/P&gt;&lt;DIV&gt;&lt;IMG src="http://imagicon.info/cat/12-1/1.gif" /&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Sep 2013 14:28:12 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/Email-Form-501-SMTP-server-error/m-p/65796#M15120</guid>
      <dc:creator>abirhasan</dc:creator>
      <dc:date>2013-09-13T14:28:12Z</dc:date>
    </item>
  </channel>
</rss>

