Hi,

This may help.

<%
    Dim MyBody
    Dim MyCDONTSMail
%>

<%
    Set MyCDONTSMail = CreateObject("CDONTS.NewMail")
    MyCDONTSMail.From= "[EMAIL PROTECTED]"
    MyCDONTSMail.To= "[EMAIL PROTECTED]"
    MyCDONTSMail.Subject="This is a Test"
    MyBody = "Thank you for ordering that stuff" & vbCrLf
    MyBody = MyBody & "We appreciate your business" & vbCrLf
    MyBody = MyBody & "Your stuff will arrive within 7 business days"
    MyCDONTSMail.Body= MyBody
    MyCDONTSMail.Send
    set MyCDONTSMail=nothing
%>


On Wed, 20 Oct 2004 14:55:51 -0000, erey70 <[EMAIL PROTECTED]> wrote:
> 
> 
> I have a registration form dumping info into an access db, but now I
> also want it to send an email to the address collected in the form
> which is within asp.  is there such a command as [response.email]?
> 
> plz hlp!  ...thanks in advance! -=Eli
> 
> 
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 


-- 
Mingle
Work Smarter not Harder


------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to