cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver Mail Adapter - Adding File Name in the Mail body

former_member460664
Participant
0 Kudos

Hi,

I need to send source .pdf files to target (Pick and Drop scenario) and at the same time I need to trigger mail to recipients with file name in the body of mail message. No need to send .pdf file as an attachment. How to get this done? Please reply with your inputs. Your helps would be rewarded.

Accepted Solutions (0)

Answers (1)

Answers (1)

dilipkkp2412
Contributor
0 Kudos

Hi Ashok,

As of your requirement, which is, "To pick a file from one location and drop it to other location and send mail with filename only".

Below are the few ways to achieve same:

  1. Sender/Receiver File Adapter with Custom JavaAdapterModule(JAM) on Receiver side. Purpose of JAM will be to trigger mail. Here no need of ESR objects
  2. Use BPM, having three channels Sender/Receiver FileAdapter and ReceiverMailAdpater
  3. User ESR objects, where you can use either JavaUDF or JavaMap to send Mail before dropping files
  4. Use of in module "RequestResponseBean", here three channels required (Sender/Receiver FileAdapter and ReceiverMailAdpater). In Sender File Channel -> module Tab -> use bean as below:

Thanks & Regards,

Dilip