I am trying to get the password reminder to work without much luck. I am using it on an in-house server which has an email server on it.
Details in commonfunctions are:
cSmtpServer = "192.168.1.1"
cSmtpPort = "25"
cSMTPUser = "tester"
cSMTPPassword = "123456"
These are correct for the e-mail server.
Is there something I need to enable in IIS to get it to work?
Thanks.