Have the forum installed and working, minus a few items related to email. Right now, the item in question is the password recovery. Enter user, correctly answer the security question and it says the email is sent. The problem is, it isn't. No record of the email getting sent exists in our smtp server. We've checked and double checked the config. Through a couple debug prints in the code and find that PasswordRecovery1_SendMailError is being called, and PasswordRecovery1_SendingMail never is. Can anyone tell me what I might be doing wrong from a setup standpoint?
Thanks.