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
