Hi Experts,
My requirement is soap to smtp scenario.
I will get payload from sender like below. font in bold is values of source payload fields.
<one>1value</one>
<two>2value</two>
<three>3value</three>
<sourcefieldvalue><onemorefield>efgh</onemorefield><xpathreciever>one</xpathreciever><multiplefieldslikethis>two</multiplefieldslikethis></sourcefieldvalue>
My requirement is to send email to user@company.com with subject "ABC-Rejection with value of <onemorefield> ('efgh' in above example)" and with mail body/mail content like below.
Value of xpathreceiver : one (value of <xpathreciever> in above example)
Value of multiplefieldslikethis : two (value of <multiplefieldslikethis> in above example)
Please suggest Mail receiver configuration parameters. when i used XIPAYLOAD option i can get the payload but i need dynamic values and i can't use mail package since i am unable to change source payload structure.
Appreciate your help on this.