Simple Mail Transfer Protocol (SMTP) is a standard for exchanging e-mails between servers in the network. Mail clients use SMTP to send e-mails to a server, but not to receive e-mails. It is supported directly by the ICM process. This means that it is possible to exchange e-mails between the SAP system and any SMTP-compatible mail server without using additional external components (such as connectors or gateways). You can use any product that meets the SMTP standard as a mail server.
The figure "Task of a Mail Transfer Agent (MTA)" shows a simplified e-mail system landscape for a company. If an e-mail is sent to the address info@sap.com, it first reaches a Mail Transfer Agent (MTA). This is a program (such as sendmail) that is responsible for forwarding and delivering e-mails. When a mail is received from a Mail User Agent (MUA) (the actual e-mail program) or a different MTA, the MTA analyzes the mail and either sends it to the local user (that is, their MUA) or forwards it to a different MTA (if alias rules have been defined, for example). In the example shown in the figure "Task of a Mail Transfer Agent (MTA)", the inbound e-mail is forwarded to the SAP ECC system with the local domain ecc.sap.com.
Note
SAPconnect is not an MTA and it cannot automatically forward inbound mails that are not intended for it to a different mail server.
Faxes and text messages (pager or SMS) can be exchanged using SMTP. Faxes and text messages are packed into e-mails for this purpose. For receipt, the fax or text message server or provider sends e-mails to addresses with the SAP system domain (such as to FAX=+1212541234@crm-prod.company.com).
Restrictions of the AS ABAP with Regard to Receiving SMTP Mails
As of AS ABAP 7.02, in the outbound direction, the SAP system can transfer mails created in one client to different mail servers. You can specify the host address and port number of the mail servers in the definition of the SAPconnect SMTP node. For details, see SAP Note 2348016 – Configure multiple SMTP NODEs in SAP System.
The AS ABAP can receive e-mails via SMTP and can redistribute these e-mails to Business Workplace users. In the inbound direction, the SAP system can receive mails from any number of mail servers. Each client can be reached by a separate virtual mail server (host name, port number) that is configured in transaction SICF. The best approach to address the SAP system and its clients is to use a separate subdomain for each client (such as d01.sap.com). The subdomains are assigned to host names and port numbers using routing rules on the mail servers. Note that SAPconnect cannot be an MTA itself, that is, it cannot forward the mails to other mail servers.