I am trying to work on with a Receiver Mail adapter. My scenario is from File to XI to VariouS suppliers. The File contains PO numbers.
I have a BPM and there is a SWITCH statement if it matches the condition(for each PO number range, we are sending it to different vendors), it may direct to one of the Suppliers, but if the File Content doesn't match any of the above condtion I am trying to send to a Mailing address.
Everything works OK, in the SXMB_MONI I am getting the Black flag but I haven't received any mails in my Microsoft outlook inbox.
My Receiver Adapter looks like
Adapter Type : Mail
Receiver
Transport Protocol : SMTP
Message Protocol : XIPAYLOAD
Adapter Engine : Integration Server
URL : smtp://abc.xyz.com
Mail Attributes
From: SAPXI
subject: Success
Content Encoding:base64
Checked the Keep attachments.
Would some one suggest me where I am going wrong, why I am not seeing that mail at all in my inbox?
Thanks for your help.