SMTP with OAuth in child portal attempting to use Global portal email address #6631
Unanswered
RockSolidSW
asked this question in
General
Replies: 1 comment 3 replies
-
What the email "from" address will depend a bit on the implementation. In theory from anything DNN, the email will go from the email of the portal owner if possible and if not (no portal context) then it falls back to the host email. But for individual modules the "from" is really up to how the module was coded or settings of the module... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are running DNN Platform 9.13.3. We have moved to SMTP with OAuth for M365 to cover all of our client sites, however, we have one client who uses their individual portal's SMTP configuration. We previously had it setup with Basic authentication, but need to move it also to OAuth with the changes that MS is making for legacy auth and MFA. After doing so (and successfully authorizing the Azure app registration for the child portal), email calls from modules such as DNNGo Power Forms are trying to use the Global email address and therefore throwing "SendAsDenied" errors in the main log. This same issue used to occur in just the Server Settings area when trying to test SMTP, but it appears when shifting to OAuth that it then disrupts emails from modules. Was this fixed in a later 9.x.x release by chance? I believe at least the Basic settings used to check the Settings, Security, Login Settings, Basic Login Settings, Primary Administrator field value and use that. In this case, we still have that value set for the customer's admin account which has the same email address we authorized the OAuth configuration with.
Thanks in advance! Todd
Beta Was this translation helpful? Give feedback.
All reactions