fablaser
fablaser
It is a must-have feature. Many email providers are moving to OAUTH 2.0... In office 365 the alternative is to set a SMTP Connector, but as you certainly know, it...
> @fablaser 2 implementations were submitted after my previous message and the Pull Request was merged. > > The documentation to setup for Microsoft is in the https://github.com/jstedfast/MailKit/blob/master/ExchangeOAuth2.md > >...
> In the DNN v.9.13 OAuth option, I entered the Auth provider as Exchange Online along with the Tenant ID, Client ID, and Client Secret. Upon clicking the Authorize button,...
Hello, I found a temporary fix: When you change in DNN from standard SMTP to oauth, in web.config mail defaultProvider="CoreMailProvider" will change to "MailKitMailProvider". When you revert back to standard...
> It seems like the MailKitMailProvider does not respect the setting "SSL off", since it's always set to `SecureSocketOptions.Auto` instead of `SecureSocketOptions.None` (http://www.mimekit.net/docs/html/T_MailKit_Security_SecureSocketOptions.htm): > > https://github.com/dnnsoftware/Dnn.Platform/blob/7631f2c7f187d7e95983980728565914604d8594/DNN%20Platform/Library/Services/Mail/MailKitMailProvider.cs#L106 I don't know, anyway...
In my humble opinion, you should never manually change the email provider using web.config, but only using web interface. At the moment, any change using web interface is very risky...
> **Possibly** related... see discussion about upper/lowercasing, [#6145](https://github.com/dnnsoftware/Dnn.Platform/issues/6145) Hello, I am the author of the post you linked. It is not upper/lowercasing issue... because the x-forwarded-for is lower case and...
> @fablaser can you try setting it here and see if that works ? > Hello, I tried to follow the configuration, but I does not work... After changed it...
> Related? to #5073 ? > > This sounds like an enhancement that a lot of people would appreciate. Well, at least me! Yes, it is related to it! I...
Hello thank you for your support. I tried to add a new record in HostSettings table with these values: SettingName: UserRequestIPHeader SettingValue: X-Forwarded-For Then I cleared cache and recycled app...