I spent a few hours trying to setup the SMTP server settings on my site, the password to be exact.
My website host requires that my passwords have;
One (1) UPPER CASE character
One (1) lower case character
One (1) numeric (0-9) character
Now, when I create my email password for example Password1234, enter my password under the SMTP password area and press test, the results come up as successful. If I click again, a second time or update the site settings and test again, this fails.
After much thought... not sure if I'm right here but... it appears to me like DNN is changing my upper case characters to lower case after updating my settings. To prove my case, I attempted to create a password only using lower case and numeric characters from my webhoster (for example password1234) which to my surprise worked and this seemed to eliminate my problem.
Does someone know if this is a bug or just me playing stupid (again).
Thanks.