Skip to content

Error loading Smtp Server tab (PLEASE HELP!!!) #5072

Answered by Scippy
Scippy asked this question in Q&A
Discussion options

You must be logged in to vote

YESS! I've Fixed!
It was missing in web.config:
in sectionGroup
<section name="mail" requirePermission="false" type="DotNetNuke.Framework.Providers.ProviderConfigurationHandler, DotNetNuke"/>
in dotnetnuke

<mail defaultProvider="CoreMailProvider">
      <providers>
        <clear/>
        <add name="CoreMailProvider" type="DotNetNuke.Services.Mail.CoreMailProvider, DotNetNuke" hideCoreSettings="False"/>
        <add name="MailKitMailProvider" type="DotNetNuke.Services.Mail.MailKitMailProvider, DotNetNuke" hideCoreSettings="False"/>
      </providers>
    </mail>

Now I'm able to load SMTP server tab and send emails!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Scippy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant