cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Mailadapters for one mailbox

Werner_Magerl
Participant
0 Kudos

Hello,

we are receiving messages into one emailbox from several senders.

(same directory on an IMPA server, but it is not possible to use different folders)

We want to have different mailadapters to know in SXMB_MONI which party is sending the message.

Another problem in the scenario is, that one sender sends the XML message in the payload,

another is sending the message as attachments, so I have to setup different adapter parameters.

How can I setup a mail adapter to read only emails from a specific emailsender (or any other attribute in the mail envelope)?

So one adapter shall read emails from sender A and another shall read only the emails from sender B.

thanks for help

best regards

Werner

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The mail adapter enables you to connect e-mail servers to the Integration Server or the SAP Partner Connectivity Kit (PCK).

Sender Mail Adapter

The sender mail adapter uses the Internet Message Access Protocol (IMAP) or the Post Office Protocol Version 3 (POP3) to collect e-mails and convert them to XI messages.

Receiver Mail Adapter

The receiver mail adapter converts XI messages to e-mails and uses the Simple Mail Transfer Protocol (STMP) or the Internet Message Access Protocol to transfer them to the e-mail server.

Using e-Mail adapter meta-objects

Meta-objects are business objects that are designed to contain configuration information for adapters. A meta-object is required to configure the e-Mail adapter for event notification.

The e-Mail adapter gets the name of its top-level meta-object from the adapter property PollConfigMO. You must create the definition of this meta-object to match the structure described in Structure of the e-Mail adapter meta-object. Then specify its name in the PollConfigMO property. For information on creating a business object definition, see the Business Object Development Guide.

And also u can refer these links

http://www.riyaz.net/blog/index.php/2008/02/27/xipi-configuring-the-sender-mail-adapter/

http://www.riyaz.net/blog/index.php/2008/02/23/xipi-sending-emails-using-xi-mail-adapter/

Refer this Pdf

http://help.sap.com/saphelp_nw04/helpdata/en/6b/4493404f673028e10000000a1550b0/content.htm

Regards,

Surya

Answers (1)

Answers (1)

Former Member
0 Kudos

HI check this link

http://www.saptechies.com/multiple-occurrence-of-file-to-single-occurrence-of-rfc/

and create mail adapter

Thanks,

Sendil