cancel
Showing results for 
Search instead for 
Did you mean: 

Sending different emails to different users at one time

former_member190313
Active Participant
0 Kudos

hello all

I am doing File -Email scenario

My Sample XML file is

<?xml version="1.0" encoding="UTF-8"?>

<ns0:Sender_MT xmlns:ns0="urn:FileToMail">

<Sender>

<ErrorNo>3</ErrorNo>

<ErrorMasg>Test1</ErrorMasg>

</Sender>

<Sender>

<ErrorNo>4</ErrorNo>

<ErrorMasg>Test2</ErrorMasg>

</Sender>

</ns0:Sender_MT>

for every error, the responsible person is different and depending upon the error no the emial id is decided. I am doing this using lookups

My problem is how to send two separate emails ( for two diff errors) to different responsiblepersons simultaneously??

can i do this or I have to hadle every error mesage as separate message

Regards

Sheetal

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Sheetal,

you can do that by a message split: <a href="/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible">Multi-Mapping without BPM - Yes, it’s possible!</a>

Regards,

Udo

former_member190313
Active Participant
0 Kudos

Thanks Udo

The blog which u had suggested is very good...it solved my problem

Regards

sheetal

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

Sheetal,

Use Multi Mapping without BPM and create the Multiple Messages as per your need and send the mail.

Regards

Bhavesh

former_member190313
Active Participant
0 Kudos

hello Bhavesh

Can you plz explain the solution in detail , for Mail reciever i am using the standard xsd that i got from marketplace

Regards

Sheetal

Former Member
0 Kudos

Hi,

I think u have to handle every msg separately.

Regards

Hemant