How can we embed image in the mail body using Send Mail Plugin?
Solution:
For this, we need to add the "img src=cid:id" in the body section. OR we can create the Html body in the Java script as below.
var body="<html><body><h1>Hello World</h1><br><img src=cid:id></body></html>"
Please find the attached workflow for embed image in the mail body.