<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012573" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012573</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/sending-mail-asp#comment-1072757</link>
    <description> &lt;p&gt;I know the felling... I&#039;ve got a host know, but I went years without one (using the free stuff).  It was after I got a real host that my programming knowledge really started to grow stedily.&lt;/p&gt;
&lt;p&gt;Good luck finding a solution!&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 Oct 2000 07:14:54 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1072757 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/sending-mail-asp#comment-1072754</link>
    <description> &lt;p&gt;I think that I will have to forget the idea, of sending mail with ASP... Right now I have my ASP on brinkster.com, and guess what! They dont support email &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I am starting to gte very p***** off! Firsr I changed from domaindlx to brinkster, becourse I needed scripting.filesystemobjeckt, now it is domaindlx that supports mail, so I would have to change again... but domaindlx wants a banner, so that is out of the question...&lt;/p&gt;
&lt;p&gt;I think that I better cobsidder bying my own server...&lt;/p&gt;
&lt;p&gt;Thanks for your help anyway...&lt;/p&gt;
 </description>
     <pubDate>Sat, 14 Oct 2000 06:48:07 +0000</pubDate>
 <dc:creator>hotcut</dc:creator>
 <guid isPermaLink="false">comment 1072754 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/sending-mail-asp#comment-1072714</link>
    <description> &lt;p&gt;that was just a template (syntax)..&lt;br /&gt;
try this&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;Set objNewMail = CreateObject(&amp;quot;CDONTS.NewMail&amp;quot;)&lt;br /&gt;&lt;br /&gt;objNewMail.From = Request.Form(&amp;quot;email&amp;quot;) &lt;br /&gt;objNewMail.To = &amp;quot;you@your.com&amp;quot;&lt;br /&gt;objNewMail.Subject = &amp;quot;Guestbook signed&amp;quot;&lt;br /&gt;objNewMail.Body = &amp;quot;Name: &amp;quot; &amp;amp; Request.Form(&amp;quot;name&amp;quot;) &amp;amp; vbCrLf &amp;amp;_&lt;br /&gt; &amp;quot;Email: &amp;quot; &amp;amp; Request.Form(&amp;quot;email&amp;quot;) &amp;amp; vbCrLf &amp;amp;_&lt;br /&gt; &amp;quot;Homepage: &amp;quot; &amp;amp; Request.Form(&amp;quot;homepage&amp;quot;) &amp;amp; vbCrLf &amp;amp;_&lt;br /&gt; &amp;quot;ICQ: &amp;quot; &amp;amp; Request.Form(&amp;quot;icq&amp;quot;) &amp;amp; vbCrLf &amp;amp;_&lt;br /&gt; &amp;quot;Time: &amp;quot; &amp;amp; Request.Form(&amp;quot;time&amp;quot;) &amp;amp; vbCrLf &amp;amp;_&lt;br /&gt; &amp;quot;Comments: &amp;quot; &amp;amp; vbCrLf &amp;amp;_ Request.Form(&amp;quot;comment&amp;quot;) &lt;br /&gt;&lt;br /&gt;objNewMail.Send ()&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;I haven&#039;t tested this, but it *should* work.  I used the variables from your other post.  You just need to chane &#039;you@your.com&#039; to the email you want this sent to.&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Oct 2000 21:51:35 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1072714 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Sorry for being such a PIB (Pain In the Butt)</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/sending-mail-asp#comment-1072685</link>
    <description> &lt;p&gt;I have offcourse tried out the script, but Iit wont work...&lt;/p&gt;
&lt;p&gt;I started with using the exackt same code as you gave me, but recieved an error. Then I tried removing the &lt;strong&gt;(optional)&lt;/strong&gt; in the front of the words, same error... Then I tried putting the &lt;strong&gt;obj.NewMail...&lt;/strong&gt; inside the &lt;strong&gt;objNewMail.Send &lt;/strong&gt; tag, but I still recieved an error...&lt;/p&gt;
&lt;p&gt;I know that it is me, that missunderstod you, but where did you missunderstand you?&lt;/p&gt;
&lt;p&gt;Just to show you the lates error message I got, here it is:&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
/gbproc.asp, linje 61 &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;objNewMail.Send (&lt;br /&gt;
-----------------^&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Why exacktly is it doing that?&lt;/p&gt;
&lt;p&gt;I hope that you can give me a more exackt code, of how to make it work, remember, I am just a newbie &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Thanks again Mark for all the help you have given me so far&lt;/p&gt;
&lt;p&gt;Casper&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Oct 2000 12:29:49 +0000</pubDate>
 <dc:creator>hotcut</dc:creator>
 <guid isPermaLink="false">comment 1072685 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/sending-mail-asp#comment-1072646</link>
    <description> &lt;p&gt;heres the syntax:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;Set objNewMail = CreateObject(&amp;quot;CDONTS.NewMail&amp;quot;)&lt;br /&gt;&lt;br /&gt;objNewMail.From = &amp;quot;me@my.com&amp;quot;&lt;br /&gt;objNewMail.To = &amp;quot;you@your.com&amp;quot;&lt;br /&gt;objNewMail.Subject = &amp;quot;My subject&amp;quot;&lt;br /&gt;objNewMail.Body = &amp;quot;the message or body of the email&amp;quot;&lt;br /&gt;&lt;br /&gt;objNewMail.Send (&lt;br /&gt;(optional) From as String, &lt;br /&gt;(optional) To as String, &lt;br /&gt;(optional) Subject as String, &lt;br /&gt;(optional) Body as Object or String, &lt;br /&gt;(optional) Importance as Long&lt;br /&gt;)&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;you can leave &#039;objNewMail.Send()&#039; empty like this, or actually put the stuff right in the ().  I prefer to leave it empty and define my stuff by using &#039;objNewMail.something&#039;&lt;/p&gt;
&lt;p&gt;You can aso use the following:&lt;br /&gt;
Bcc, Body, BodyFormat, Cc, ContentBase, ContentLocation, From, Importance, MailFormat, Subject, To, Value, Version&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Oct 2000 23:17:02 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1072646 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
