Application Development 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: 

How to set up second SMTP nodes for sending mail external ?

former_member625844
Participant
0 Kudos

We have a smtp node in SCOT for sending internal mail. Now we want to send mail to customer and we have another smtp account for that .Can someone give me some advice how to set it up in SCOT?Create another node for it? Some points needs special attention? And how to select these two nodes in program using class cs_bcs? Thx.

4 REPLIES 4

FredericGirod
Active Contributor

I think you just need to specify the filter correctly. For one *@localdomain for the second everything but not local domain

I think you could also do it directly in the SMTP server Not sure about M$ server, but for Unix certainly

DavidLY
Advisor
Advisor

Yes. You ahve to create another node.

Check SAP KBA:

2764568 - Configure same domain under the address area in 2 nodes in SCOT

former_member625844
Participant
0 Kudos

@frdric.girod. Thx. But how to do the exception for not local domain? For local I wrote *mycompany.com then how to write for the outsider email address?

FredericGirod
Active Contributor

SMTP_1 *mycompagny.com

SMTP_2 *

SAP will check first if something match before going to the most generic : "*"