Working on Mule 3.8
For emailService with attachment I have referred one of the earlier post (question) (how to upload a file and json data in postman) which has answer by @gce user. I followed the same. But now I am facing different issue. My JSON data is also getting considered as an attachment. How to avoid this inboundAttachment from getting attached to email. I am using simple SMTP component for sending emails.
Tried to use componenet attachment and triued to remove this attachment forcefully but it is still getting attached. @Gaurav Sharma How you avoid the JSON data from getting attached to email? This is the earlier post for reference