<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018316" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018316</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/im-having-problems-asp-code#comment-1108183</link>
    <description> &lt;p&gt;thanks for the feedback everyone. I decided to use CDONTS and everything is working fine now.&lt;/p&gt;
&lt;p&gt;Thanks again.&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 May 2002 19:26:32 +0000</pubDate>
 <dc:creator>gavin681</dc:creator>
 <guid isPermaLink="false">comment 1108183 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/im-having-problems-asp-code#comment-1108139</link>
    <description> &lt;p&gt;Why not Just CDONTS. CDONTS a built in messaging service in windows servers. No reason to tie up processes using a 3rd party COM.&lt;/p&gt;
&lt;p&gt;Try this simple script.&lt;/p&gt;
&lt;p&gt;Dim MyMail&lt;br /&gt;
Set MyMail = Server.CreateObject(&quot;CDONTS.NewMail&quot;)&lt;br /&gt;
MyMail.From = &quot;from@address.here.com&quot;&lt;br /&gt;
MyMail.To = &quot;to@address.here.com&quot;&lt;br /&gt;
MyMail.Subject = &quot;Subject&quot;&lt;br /&gt;
MyMail.BodyFormat = 1&lt;br /&gt;
MyMail.MailFormat = 0&lt;br /&gt;
MyMail.Importance = 2&lt;br /&gt;
MyMail.Body = &quot;Body&quot;&lt;br /&gt;
MyMail.Send&lt;br /&gt;
Set MyMail = Nothing&lt;/p&gt;
&lt;p&gt;Rob&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 May 2002 03:12:48 +0000</pubDate>
 <dc:creator>BobFather</dc:creator>
 <guid isPermaLink="false">comment 1108139 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/im-having-problems-asp-code#comment-1107504</link>
    <description> &lt;p&gt;Maybe try creating a simple script like:&lt;/p&gt;
&lt;p&gt;DIM mailer&lt;br /&gt;
Set mailer = Server.CreateObject(&quot;SoftArtisans.SMTPMail&quot;)&lt;br /&gt;
mailer.RemoteHost = &quot;mail.fast-sites.net&quot;&lt;br /&gt;
mailer.FromAddress = &quot;myemail@mydomain.com&quot;&lt;br /&gt;
mailer.AddRecipient &quot;&quot; , &quot;myemail@mydomain.com&quot;&lt;br /&gt;
mailer.BodyText = &quot;test&quot;&lt;br /&gt;
mailer.Subject = &quot;subscribe fastsite&quot;&lt;br /&gt;
mailer.SendMail &lt;/p&gt;
&lt;p&gt;Set mailer = nothing&lt;/p&gt;
&lt;p&gt;Try running that by itself and see what happens. (replace the email address with yours)&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Apr 2002 20:04:48 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1107504 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/im-having-problems-asp-code#comment-1107498</link>
    <description> &lt;p&gt;I&#039;m just getting a blank basic error page.&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Apr 2002 19:33:37 +0000</pubDate>
 <dc:creator>gavin681</dc:creator>
 <guid isPermaLink="false">comment 1107498 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/im-having-problems-asp-code#comment-1107457</link>
    <description> &lt;p&gt;What is the exact error you&#039;re getting? or are you not getting an error and its just not sending the email.&lt;/p&gt;
&lt;p&gt;Also, you might want to include the .form or .querystring in your request(&quot;&quot;) code parts. When you don&#039;t specify which request you want (form/querystring/servervariables) it searches through all of them which can slow things a bit.&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Apr 2002 14:01:17 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1107457 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
