Hi all,
I would like to know if it is feasable to insert a picture of a graph for example inside the body of an e-mail using JSL ? Additionaly, I would like to confirm the sending of my e-mail, is it possible to use a message box with a condition using JSL ?
Up to date I have a script like the following :
Mail(Recipients[i],"Object",
"body",
{"path1.png",
"path2.png",
"path3.xlsx"}));
But my png are attached to the e-mail and not inside the body.
Thank you !
Best regards