Next time you post point out the offending line. help others help you!!
'SendEmail' does expect a parameter which looks like an email address. I assume the error is here?
UserPassword=UsersRS("CustomerPassword")
SendEmail (THIS LINE)
Response.Redirect "forgotten_password.asp?success=true"
else
if so try chnaging this line to SendEmail(
[email protected])