Hi there, I'm having some trouble getting my SMTP server settings to work on my site. I'm using DNN 8.0.1. Under Admin > Site Settings > Advanced > SMTP Server Settings, my configurations are SMTP Mode: Site, using office365 server, Authentication set to basic, SSL enabled. The issue is that whenever I click the "update" button to save my SMTP username and password, the page seems to duplicate and/or replace the text in the password box, resulting in a failure to send the test email and the following log in the event viewer:
AbsoluteURL:/Default.aspx
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:79ffb41f-69f6-4c43-a6cf-91498f502717
AssemblyVersion:
PortalId:-1
UserId:-1
TabId:-1
RawUrl:
Referrer:
UserAgent:
ExceptionHash:y6gBOquNNXl0buKwwN0h7A==
Message:The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.57 SMTP; Client was not authenticated to send anonymous mail during MAIL FROM
This duplication seems to happen everytime the "update" button is clicked, which results in more and more little black dots populating the text box. In my research, I have found at least one person once had a similar (though not identical) problem: http://www.dnnsoftware.com/forums/threadid/328155/scope/posts/smtp-server-settings-possible-bug
Has anyone else encountered this issue before? Is there a solution? Thanks in advance for any help you can provide.