Skip to content

Commit aa5a7c0

Browse files
committed
fixed conflict
1 parent 238bbba commit aa5a7c0

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
---
2-
title: Exchange online integration for Email-Outbound from SAP NetWeaver | Microsoft Docs
2+
title: Exchange Online Integration for Email-Outbound from SAP NetWeaver | Microsoft Docs
33
description: Learn about Exchange Online integration for email outbound from SAP NetWeaver.
44
author: MartinPankraz
5+
56
ms.service: sap-on-azure
67
ms.subservice: sap-vm-workloads
78
ms.topic: how-to
8-
ms.date: 02/2/2026
9+
ms.date: 03/11/2022
910
ms.author: mapankra
1011
# Customer intent: "As an SAP system administrator, I want to configure outbound email communication from SAP NetWeaver to Exchange Online, so that I can efficiently manage notifications and workflows while ensuring compliance with modern authentication standards."
1112
---
12-
# Exchange online integration for Email-Outbound from SAP NetWeaver
13-
14-
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.
13+
# Exchange Online Integration for Email-Outbound from SAP NetWeaver
1514

1615
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.
1716

17+
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.
18+
1819
## Overview
1920

2021
Existing implementations relied on SMTP Auth and elevated trust relationship because the legacy Exchange Server on-premises could live close to the SAP system itself governed by customers themselves. With Exchange Online there's a shift in responsibilities and connectivity paradigm. Microsoft supplies Exchange Online as a Software-as-a-Service offering built to be consumed securely and as effectively as possible from anywhere in the world over the public Internet.
@@ -40,7 +41,7 @@ We update this guide when more SAP-supported options become available.
4041
## Option 1: SMTP Authentication Client Submission (retiring soon!)
4142

4243
> [!IMPORTANT]
43-
> We recommend adopting option 3. We **do not** recommend using option 1. **SMTP Auth is being retired**. See exact timelines, [Exchange Online to retire Basic auth for Client Submission (SMTP AUTH)](https://techcommunity.microsoft.com/blog/exchange/exchange-online-to-retire-basic-auth-for-client-submission-smtp-auth/4114750).
44+
> We strongly recommend **not** using this option. **SMTP Auth is being retired**. Find exact timelines [here](https://techcommunity.microsoft.com/blog/exchange/exchange-online-to-retire-basic-auth-for-client-submission-smtp-auth/4114750). We recommend adopting option 3 instead.
4445
4546
Choose this option when you want to send mail to **people inside and outside** your organization.
4647

@@ -57,9 +58,9 @@ A valid email address is required to authenticate with Microsoft 365. The email
5758
- **Port**: Port 587 (recommended) or port 25 is required and must be unblocked on your network. Some network firewalls or Internet Service Providers block ports, especially port 25, because that\'s the port that email servers use to send mail.
5859
- **DNS**: Use the DNS name smtp.office365.com. Don't use an IP address for the Microsoft 365 server, as IP Addresses aren't supported.
5960

60-
### How to enable SMTP auth for mailboxes in Exchange Online
61+
### How to Enable SMTP auth for mailboxes in Exchange Online
6162

62-
There are two ways to enable SMTP AUTH in Exchange Online:
63+
There are two ways to enable SMTP AUTH in Exchange online:
6364

6465
1. For a single account (per mailbox) that overrides the tenant-wide setting or
6566
2. at organization level.
@@ -152,7 +153,7 @@ This enables SMTP AUTH for that individual user in Exchange Online that you requ
152153

153154
Microsoft 365 offers the ability to configure [direct send](/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365#option-2-send-mail-directly-from-your-printer-or-application-to-microsoft-365-or-office-365-direct-send) from the SAP application server. This option is limited. It only permits mails to addresses in your own Microsoft 365 organization with a valid e-mail address. It cannot be used for external recipients (for example vendors or customers).
154155

155-
## Option 3: Use Microsoft 365 SMTP Relay Connector (recommended)
156+
## Option 3: Using Microsoft 365 SMTP Relay Connector (recommended)
156157

157158
Only choose this option when:
158159

articles/sap/workloads/high-availability-guide-suse-pacemaker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: sap-on-azure
88
ms.subservice: sap-vm-workloads
99
ms.topic: article
1010
ms.custom: devx-track-azurepowershell, linux-related-content
11-
ms.date: 05/21/2025
11+
ms.date: 02/02/2026
1212
ms.author: radeltch
1313
# Customer intent: "As a system administrator, I want to set up Pacemaker with fencing on SUSE Linux Enterprise Server in Azure, so that I can ensure high availability and reliability for my applications running in the cloud."
1414
---

0 commit comments

Comments
 (0)