Build an e-mail using JMP
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 ...
gav2013