cancel
Showing results for 
Search instead for 
Did you mean: 

multiple email address on a receiver Mail Adapter

Former Member
0 Kudos

I would like to send the following data to the mail adapter. It does seem to like the multiple email ids I have separated by comma. Is this allowed?

If I pass one address it seems to work fine.

Thank you for all your suggestions.


<?xml version="1.0" encoding="UTF-8" ?> 
- <ns1:Mail xmlns:ns1="http://sap.com/xi/XI/Mail/30">
  <Subject>System: XI0 Error: SI0103</Subject> 
  <From>XI_ERROR@abc.com</From> 
<To>Z01234@abc.COM,Z02234@abc.com</To> 
  <Content>CUSTOM 000 Project acp061015 not created /n CUSTOM 000 Project Definition Insert: SAP Project number not allowed /n</Content> 
  </ns1:Mail>

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

Hi,

Did you try with semicolon( with multiple emaild ids..

just check it..

Regards,

Moorthy

MichalKrawczyk
Active Contributor
0 Kudos

Hi Moorthy,

it should work with semicolon as you say

as it works the same with standard mail receiver

from help.sap.com:

<i>Under To, specify the e-mail address that will receive the message. If you enter more than one address, you must separate them with a semicolon.</i>

I only used that with <b>To</b> but it has to work:)

Regards,

michal

moorthy
Active Contributor
0 Kudos

Hi Michal,

Yes, it should work..

I think, I used this soemtime back..

Thanks and Regards,

Moorthy

Answers (0)