You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/content/tutorials/server/smtp-servers/set-up-oauth-microsoft-365/index.html
+22-13
Original file line number
Diff line number
Diff line change
@@ -131,20 +131,23 @@ <h5>Warning</h5>
131
131
<p>To avoid errors with the authentication in step 5, make sure that the SSL settings are correct. It must be set on <strong>ON</strong>.</p>
132
132
</div>
133
133
<ul>
134
-
<li>Personabar - Security - More - SSL Settings: Make sure that SSL Settings = <strong>ON</strong> (/images/scr-m365-oauth-sslsetting.png)</li>
135
-
<li>Personabar - Security - Login settings: Check the site administrator account. You need to use this e-mail address in M365, because the site administrator is the sender.</li>
134
+
<li><p>Personabar - Security - More - SSL Settings: Make sure that SSL Settings = <strong>ON</strong>
<li><p>Personabar - Security - Login settings: Check the site administrator account. You need to use this e-mail address in M365, because the site administrator is the sender.</p>
138
+
</li>
136
139
</ul>
137
140
<h2id="2-create-a-mailbox-in-m365-exchange">2. Create a mailbox in M365 Exchange</h2>
138
141
<ul>
139
142
<li>Create a mailbox with a licence. Use the address of the site administrator.</li>
140
143
<li>As Admin => Userdetails - E-mail - E-mail apps: In the account settings ensure that the option <em>Verified SMTP</em> is enabled.</li>
141
144
</ul>
142
-
<divclass="WARNING">
143
-
<h5>Warning</h5>
145
+
<divclass="NOTE">
146
+
<h5>Note</h5>
144
147
<p>In the tenant settings Verified SMTP is not always enabled. You can enable this option for a user with the Powershell command: <code>Set-CASMailbox -Identity [login-address] -SmtpClientAuthenticationDisabled $false</code></p>
0 commit comments