Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Receiving inbound email in SAP system

vincent8
Explorer
1,708

We have multiple SAP systems (Dev, Test, Pre-Pro, Prod, etc). I want to setup inbound email in all the systems. How is the dispatching performed so that can I determine which system is receiving the emails from which addresses?

I am following the guide here:
https://blogs.sap.com/2017/11/30/how-to-setup-inbound-smtp-mail-configuration-on-sap-abap-stack/

2 REPLIES 2

Sandra_Rossi
Active Contributor
1,565

This post is not really a guide, just a short experience. What rule do you want to setup in these emails to determine the target server? If I send an email "hello", how the mail delivery agent would know to what SAP system it should be delivered?

vincent8
Explorer
0 Kudos
1,565

Yes, that's my question. How should this be setup so that I know where to dispatch it?

I want to have let's say the following addresses and dispatch rules:

dev1@mycompany.com ---> dev system inbox

dev2@mycompany.com ---> dev system inbox

dev3@mycompany.com ---> dev system inbox

test@mycompany.com ----> test system inbox

prod@mycompany.com ---> prod system inbox