2021 Feb 16 8:14 PM
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/
2021 Feb 17 6:39 AM
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?
2021 Feb 17 2:13 PM
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