of course you can put variables in there if you need to loop through a list.

On 5/6/05, John Ivanoff <[EMAIL PROTECTED] > wrote:
<%
EmailTest = "Thank you for registering"
email = "[EMAIL PROTECTED]"
' Send an email
Set myCDONTSMail = CreateObject("CDONTS.NewMail")
myCDONTSMail.Send  "[EMAIL PROTECTED]", cstr(email), "subject.", cstr(EmailTest)
Set myCDONTSMail  = Nothing
%>

this is a great example of how much easier CF is.



On 5/6/05, Jordan Gouger <[EMAIL PROTECTED] > wrote:
Hey guys I was wondering if anyone might have some suggestions on this:
 
I'm working on a site in Classic ASP and need a way to basically send out a receipt page that is in HTML. I'd like to be able to do something like its possible in CF, ie
 
<cfmail to="to" from="to" subject="">
<cfinclude template="filetomail.cfm">
</cfmail>
 
I know that its not possible to do something like that in ASP, but anyone has any suggestions I'd appreciate it.
 
Thanks,
 
Jordan


 


Reply via email to