Skip to content

Commit 6913961

Browse files
authored
Merge pull request #267413 from MartinPankraz/simplify-sap-exchange-online
simplify intro
2 parents e09b123 + caf9abc commit 6913961

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

articles/sap/workloads/exchange-online-integration-sap-email-outbound.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: mapankra
1111
---
1212
# Exchange Online Integration for Email-Outbound from SAP NetWeaver
1313

14-
Sending emails from your SAP backend is a standard feature widely distributed for use cases such as alerting for batch jobs, SAP workflow state changes or invoice distribution. Many customers established the setup using [Exchange Server On-Premises](/exchange/exchange-server). With a shift to [Microsoft 365](https://www.microsoft.com/microsoft-365) and [Exchange Online](/exchange/exchange-online) comes a set of cloud-native approaches impacting that setup.
14+
Sending emails from your SAP backend is a standard feature widely distributed for use cases such as alerting for batch jobs, SAP workflow state changes or invoice distribution. Many customers established the setup using [Exchange Server on-premises](/exchange/exchange-server). With a shift to [Microsoft 365](https://www.microsoft.com/microsoft-365) and [Exchange Online](/exchange/exchange-online) comes a set of cloud-native approaches impacting that setup.
1515

1616
This article describes the setup for **outbound** email-communication from NetWeaver-based SAP systems to Exchange Online. That applies to SAP ECC, S/4HANA, SAP RISE managed, and any other NetWeaver based system.
1717

@@ -22,16 +22,7 @@ Existing implementations relied on SMTP Auth and elevated trust relationship bec
2222
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.
2323

2424
> [!IMPORTANT]
25-
> Microsoft disabled Basic Authentication for Exchange online as of 2020 for newly created Microsoft 365 tenants. In addition to that, the feature gets disabled for existing tenants with no prior usage of Basic Authentication starting October 2020. See our developer [blog](https://devblogs.microsoft.com/microsoft365dev/deferred-end-of-support-date-for-basic-authentication-in-exchange-online/) for reference.
26-
27-
> [!IMPORTANT]
28-
> SMTP Auth was exempted from the Basic Auth feature sunset
29-
process. However, this is a security risk for your estate, so we advise
30-
against it. See the latest [post](https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-and-exchange-online-september-2021-update/ba-p/2772210)
31-
by our Exchange Team on the matter.
32-
33-
> [!IMPORTANT]
34-
> Current OAuth support for SMTP is described on our [Exchange Server documentation for legacy protocols](/exchange/client-developer/legacy-protocols/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth).
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.
3526
3627
## Setup considerations
3728

@@ -105,7 +96,7 @@ This will enable SMTP AUTH for that individual user in Exchange Online that you
10596

10697
3. Restart ICM service from SMICM transaction and make sure SMTP service is active.
10798

108-
:::image type="content" source="media/exchange-online-integration/scot-smicm-sec-1-3.png" alt-text="Screenshot of ICM setting":::
99+
:::image type="content" source="media/exchange-online-integration/scot-smicm-sec-1-3.png" alt-text="Screenshot of ICM setting.":::
109100

110101
4. Activate SAPConnect service in SICF transaction.
111102

@@ -125,7 +116,7 @@ This will enable SMTP AUTH for that individual user in Exchange Online that you
125116

126117
:::image type="content" source="media/exchange-online-integration/scot-smtp-security-serttings-sec-1-5.png" alt-text="SMTP security config":::
127118

128-
Coming back to the previous screen: Click on "Set" button and check "Internet" under "Supported Address Types". Using the wildcard "\*" option will allow to send emails to all domains without restriction.
119+
Coming back to the previous screen: Click on "Set" button and check "Internet" under "Supported Address Types". Using the wildcard "\*" option will allow you to send emails to all domains without restriction.
129120

130121
:::image type="content" source="media/exchange-online-integration/scot-smtp-address-type-sec-1-5.png" alt-text="SMTP address type":::
131122

0 commit comments

Comments
 (0)