I'm evaluating ASPRunnerPro.
I've modified the login template to call a sendmail.asp template in case of forgotten passwords.
I notice when I build, the appropriate variable aren't replaced in the sendmail.asp template.
I get:
strLeftWrapper="##LEFTWRAPPER##"
strRightWrapper="##RIGHTWRAPPER##"
cLoginTable = "##LOGINTABLE##"
cUserNameField = "##USERNAMEFIELD##"
I want:
strLeftWrapper="["
strRightWrapper="]"
cLoginTable = "[dbo].[Donors]"
cUserNameField = "UserId"
Is there a way to add sendmail.asp into the template process so that the variable get filled in?