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: articles/sap/workloads/exchange-online-integration-sap-email-outbound.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,21 +21,26 @@ Existing implementations relied on SMTP Auth and elevated trust relationship bec
21
21
22
22
Follow our standard [guide](/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365) to understand the general configuration of a "device" that wants to send email via Microsoft 365.
23
23
24
-
> [!IMPORTANT]
25
-
> SMTP Auth was exempted from the [Basic Auth feature sunset process](https://devblogs.microsoft.com/microsoft365dev/deferred-end-of-support-date-for-basic-authentication-in-exchange-online/) for continued support. However, this is a security risk for your estate. See the latest [post](https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-and-exchange-online-september-2021-update/ba-p/2772210) by our Exchange Online team on the matter.
24
+
> [!WARNING]
25
+
> SMTP Auth (Basic Auth for Client submission) will be permanently retired by September 2025. We strongly encourage customers to move away from using Basic authentication with SMTP AUTH as soon as possible. See the latest [post](https://techcommunity.microsoft.com/blog/exchange/exchange-online-to-retire-basic-auth-for-client-submission-smtp-auth/4114750) by our Exchange Online team on the matter.
26
26
27
27
## Setup considerations
28
28
29
-
Given the sunset-exception of SMTP Auth there are four different options supported by SAP NetWeaver that we want to describe. The first three correlate with the scenarios described in the [Exchange Online documentation](/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365).
29
+
Currently, there are four different options supported by SAP NetWeaver that we want to describe. The first three correlate with the scenarios described in the [Exchange Online documentation](/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365).
30
30
31
-
1. SMTP Authentication Client Submission
32
-
2. SMTP Direct Send
33
-
3. Using Exchange Online SMTP relay connector
34
-
4. Using SMTP relay server as intermediary to Exchange Online
1. Using SMTP relay server as intermediary to Exchange Online
35
35
36
36
For brevity we'll refer to the [**SAP Connect administration tool**](https://wiki.scn.sap.com/wiki/display/SI/SCOT+-+SAPconnect+Administration) used for the mail server setup only by its transaction code SCOT.
> We strongly recommend **not** using this option. **SMTP Auth is being retired** and will be disabled by September 2025. Choose any other option below.
39
44
40
45
Choose this option when you want to send mail to **people inside and outside** your organization.
41
46
@@ -260,3 +265,5 @@ The example architecture shown illustrates multiple SAP application servers with
260
265
[Understand mass-mailing with Azure Twilio - SendGrid](https://docs.sendgrid.com/for-developers/partners/microsoft-azure-2021)
0 commit comments