Hi,
I have a reqirement to send a csv file as attachment in a mail to a list of users. Am using HTTP adapter. I don't have orchestration. Am using a XML schema which carries information like <To>,<From>,<subject>,<attachment>,<message text>... given as input to the HTTP send port.Pipeline in that port is "passthrough" . Can any one help me on how to give the location details of csv file so that it gets attached in the email.Are there any other ways of doing this with HTTP?
Please note that am able to send plain mails without attachment using this.