cancel
Showing results for 
Search instead for 
Did you mean: 

How to send email message from BPM using mail adaptor?

gopalkrishna_baliga
Participant
0 Kudos

Hi Experts,

How to send email message from BPM using mail adaptor? I have my own cutomized message in a container variable in BPM which I will use as my email message body. Then I want to send a email. I know I can use alert in BPM. But there is limitation with alert while customizing the message content.

So is there any way to send email from BPM other than Alert? Can I use mail adaptor? If yes, then how can use mail adaptor in BPM? Please help.

Thanks

Gopal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Refer to SDN Demo, it has the mail dapter configuration in details.

https://www.sdn.sap.com/irj/sdn/docs?rid=/webcontent/uuid/110ff05d-0501-0010-a19d-958247c9f798#xi [original link is broken]

Thanks,

Prateek

Shabarish_Nair
Active Contributor
0 Kudos

Yes you can use the mail adapter.

All you need to do is to refer the interface (the one that will be used in you receiver agreement along with your configuration channel for mail) in your BPM.

Eg.

Receive -> transfornamtion -> send

I the transformation do the mapping to fill your mail parameters (subject, to, body etc of mail) and in the send step the corresponding interface will eb used.

ShaBZ