Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 03 January 2004 : 14:26:35
|
Why not do it yourself? It is pretty easy.
In your register.asp file, find the code that sends the validation address. It starts around line 578 - 603 in the 3.4.04 version. You can copy that and put the code before line 197, before the end if.
Edit the message that you want to put into the email. In the email message replace the following code with code that follows it.
Replace: Request.Form("Name") With: chkString(rsKey("M_NAME"),"SQLString")
Replace: Request.Form("Email") With: chkString(rsKey("M_EMAIL"),"SQLString")
And you should be good to go. If you have problems with the email message let us know. |
Support Snitz Forums
|
Edited by - Davio on 03 January 2004 14:27:01 |
|
|