For those of you who are experiencing problems when trying to send out e-mails via the "Forgot Your Password?" link, I have found a solution (a very odd one at that).
I'm using the Persits AspEmail component. For some reason, if you have a "your password" anywhere in the subject line, you will get an error like this:
Persits.MailSender.4 error '800a0006' 550 Error: ERROR 15 /forum/inc_mail.asp, line 70
The solution:
Simply change the subject line in the "password.asp" file (around line number 195) to read something like this:
strSubject = strForumTitle & " (Password Reset)"
This worked for me. I figured this could be useful for someone else out there with the same issue.
no idea, we use persits aspemail here, nobody has ever reported a problem with it, after looking at password.asp, my initial thought is that maybe Concept is on a non english server and it is the ? that is causing the problem and not the "your password" phrase at all