Skip to Content
0
Feb 28, 2017 at 07:52 AM

Sender mail Adapter Issue on Attachments**

437 Views

HI Experts,

Here is the requirement on MAIL sender (only Attachment .xlsx) to FTP folder.

Currently, I am configuring as Message Protocol: XIPAYLOAD

Content-Encoding: None

Keep Attachments: YES

Then Module parameters:

1. AF_Modules/PayloadSwapBean :

2.sap.com/com.sap.aii.adapter.mail.app/XIMailAdapterBean

swap.keyName:Content-Type swap.keyName:Content-Disposition swap.keyValue:attachment;filename='MailAttachment-1.xlsx" swap.keyValue:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

An error I am getting: exception caught during processing mail message; com.sap.aii.af.lib.mp.module.ModuleException

Please advise me Module parameters to get?

How to send only attachments to FTP from Mail adapter Mapping if needed ? i hope no need any mapping.

Deva