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: 
Read only

Sending e-mail over different mailserver

Former Member
0 Likes
749

Hi folks,

we need to send emails from our SAP system to external email boxes. Some of them will have to be send though a dedicated mailserver and some thought a second mailserver that does add a email signatur. Is it possible to connect both mailservers to the SAP system? And is it possible to have the SAP system send emails with a certain sender address and subject to mailserver 1 and all others to mailserver 2? How can this be achieved???

Chers,

Robert

1 ACCEPTED SOLUTION
Read only

JackGraus
Active Contributor
0 Likes
603

In transaction SCOT (SAP Connect administration) several nodes can be defined and for each node a mail server can be configured.

Each node has an address area. The address area defines for which recepient address the node is responsible. Lets say the entry '*.SAP.COM' handles all e-mails ending wit SAP.COM.

When you want to do routing on sending user then have a look at SAP note 311633 - SAPconnect: User-dependent routing with CDG.

Regards Jack

2 REPLIES 2
Read only

JackGraus
Active Contributor
0 Likes
604

In transaction SCOT (SAP Connect administration) several nodes can be defined and for each node a mail server can be configured.

Each node has an address area. The address area defines for which recepient address the node is responsible. Lets say the entry '*.SAP.COM' handles all e-mails ending wit SAP.COM.

When you want to do routing on sending user then have a look at SAP note 311633 - SAPconnect: User-dependent routing with CDG.

Regards Jack

Read only

Former Member
0 Likes
603

Thanks for your reply.

Actually it's not enouch to filter by sender address. We are sending mails using ie sales(at)domain.com and want to send all mails containing invoices through the second mailserver. So basically we need to filter by sender and subject.

Is that possible somehow?