Hi,
Is it possible to the set the recipient of the e-mail based on the content of the message ?
For example :
Message Type XXXXXX received with content A
-> e-mail sent to joe.bloggs@yahoo.com
Message Type XXXXXX received with content B
-> e-mail sent to john.smith@yahoo.com
As far as I as can see, the receiver e-mail is set on the receiver channel and cannot be set dynamically. Is this correct ?
Kind regards
Colin. 😊
Hi Colin,
you can create several communication channels for your needs and then set up a BPM scenario to branch and send to different recipients.
Rgds
/Michael
I find in help.sap.com
Example of XI Payload with Mail Package
http://sap.com/xi/Mail/ximail30Â’>
Name1 < Name1@company.com>
Name2 < Name2@company.com>
<Subject>Important</Subject>
by mail.company.com ...
<X-Mailer>Outlook Express </X-Mailer>
<Content>
This is the content.
</Content>
</ml:Mail>
So, how namespace should look like?
Add a comment