Hi All,
Here is my situation:
- I receive an XML which contains an email address in the <title></title> field (ie <title>xxxx@hotmail.com</title>).
- This XML is then mapped to a CSV (The Email is not mapped to the CSV and it does not contain this email address).
- I then need to send this CSV as an attachment to the email which was contained in the original XML.
What I have done before is sent email through an SMTP adapter and used a custom pipeline component to attach a file to an email. BUT, the reason I am not going into depth about how hard I have tried to figure this out, and all my code etc... is because with the company I am working for I am unable to access an SMTP server on my desktop. I can only deploy solutions and test the SMTP functionality on a test server (i cannot develop them/debug etc on the test server), which has basically made this particular project a massive headache. So I have tried a few things, but continuing I feel, without some help is a lost cause.
Can someone please point me in the right direction, or the steps I should take (code would be amazing), the objects I might need in an orchestration, or anything that would help me?
Thanks so much for your help in advance.
Hi,
You can use a dynamic send port. See the following article: biztalktalk.wordpress.com/.../sending-attachments-through-a-dynamic-send-port
Greetings