cancel
Showing results for 
Search instead for 
Did you mean: 

Couldn't find delivery channel when using Mail-Package

0 Kudos

Hi,

I use the mail receiver adapter. If I configure the mail header data (sender, receiver, subject) in the adapter configuration everything works fine. But now I need a dynamic subject, so I thought of using "mail package". But now I get an error "Couldn't find receiver channel for message..."

The mail package looks like this:

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

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

<Subject>edi@tyrolit.com</Subject>

<From>edi@tyrolit.com</From>

<To>werner.knapp@tyrolit.com</To>

<Content_Type>text/xml</Content_Type>

<Content>This is my mail content</Content>

</ns1:Mail>

Has anyone an idea - thanks a lot - werner

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi,

problem solved.

Thanks !

MichalKrawczyk
Active Contributor
0 Kudos

Hi Werner,

some time ago I posted a weblogs

which describes such a configuration

/people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address

have a look at it

BTW

>>>>now I need a dynamic subject

if you have sp14 or above then there's much

easier method with adapter identifiers

(then you can set the subject in message mapping )

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

0 Kudos

Hi Michal,

thx for your reply. But unfortunately it did not solve my problem. My mail-package lokks just like yours on the weblog and I still get the above mentioned error in the adapter-monitoring.

Nevertheless, your second method sounds interesting. But I could not find anything about how to work with "adapter identifiers". Could you give me a hint what ist is and how to use it ???

many thanks - werner