Hellow Experts,
I am using mail adapter to send emails with data coming from R3.
I am using the mail package format to dynamically decide email addresses and so on
Folowing is my paylaod in the mail package format.
<?xml version="1.0" encoding="UTF-8" ?>
http://sap.com/xi/XI/Mail/30">
<Subject>Water Catchment Form</Subject>
sabbir.ahmed@watercorporation.com.au
sabbir.ahmed@watercorporation.com.au
rifai.su@watercorporation.com.au
<Content_Type>text/plain</Content_Type>
<Content>You have work order(s) !!</Content>
</ns1:Mail>
I am getting the content as an attachement - "untitled.txt" .
I want the content inside the email instead as inline.
I have read the following notes
SAP Note 794943: Description of the module PayloadSwapBean
SAP Note 793922: Description of the module MessageTransfo"
But, I am unable to figure what will be right configuration in the module processor of the mail communication channel.