cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Mail Adapter

Former Member
0 Kudos

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" ?>

<ns1:Mail xmlns:ns1="http://sap.com/xi/XI/Mail/30">

<Subject>Water Catchment Form</Subject>

<From>sabbir.ahmed@watercorporation.com.au</From>

<To>sabbir.ahmed@watercorporation.com.au</To>

<Reply_To>rifai.su@watercorporation.com.au</Reply_To>

<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.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey

please have a look at the following blog

/people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure

Thanx

Aamir

Former Member
0 Kudos

Amir,

Thanx for your reply. I have read the blog. But, the problem is I have an PDF attachment with the mail. Therefore, if i uncheck "keep attachment" I loose my PDF attachment.

I want to keep my PDF attachment and get the content as inline.

Any idea?