Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 ASP Form Emailing
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

neil2k
Starting Member

13 Posts

Posted - 05 April 2002 :  07:34:26  Show Profile  Visit neil2k's Homepage  Send neil2k a Yahoo! Message
What do I need in order to submit a form to my email address using CDONTS with ASP? I have 9 fields.

-Neil



Edited by - neil2k on 05 April 2002 07:38:49

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 07 April 2002 :  10:57:24  Show Profile
not good at this stuff but maybe this



<%


Dim objCDO
Set objCDO = Server.CreateObject("CDONTS.NewMail")

objCDO.To = "blah"
objCDO.From = "blah"
objCDO.cc = "blah"

Dim txtSubject
txtSubject = "data from forms here"

objCDO.Subject = "Form results"
objCDO.Body = txtSubject
objCDO.Send



Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.39 seconds. Powered By: Snitz Forums 2000 Version 3.4.07