Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve title for SMTP setup using OAuth with M365 #739

Merged
merged 1 commit into from
Feb 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
uid: set-up-oauth-microsoft-365
locale: en
title: How to implement OAUTH using DNN and Microsoft 365
title: How to implement SMTP using OAuth with Microsoft 365
dnnversion: 09.02.00
previous-topic: smtp-servers
next-topic: smtp-servers
---

# How to implement OAUTH using DNN and Microsoft 365
# How to implement SMTP using OAuth with Microsoft 365

## Introduction
This page describes the necessary steps to make SMTP work using OAUTH with Microsoft 365.
This page describes the necessary steps to make SMTP work using OAuth with Microsoft 365.

## Setup steps
1. Check some settings in DNN
Expand Down Expand Up @@ -85,4 +85,4 @@ Create an **App registration** (portal.azure.com -> App registrations)
* Enter your mailbox user credentials
* Click **Test SMTP Settings** to check if the setup is successful.

> **Your OAuth provider's configuration has been completed.**
> **Your OAuth provider configuration has been completed.**
Loading