Hi,
I need to automated sending a graph in email body and attach a table daily. I'm having 3 issues now and hope someone can help.
issue 1) : Not able to get graph into mail body. How I can do that? I simply tried below and no graph in body and it complains that character is needed, which indicating not allow picture?
graph << Get As Report();
mail("XXX@XXX", "test", "Visualization " ||"\!n"|| Eval(graph << Get Text), "test.csv")
issue 2): on above it able to get the title in the graph added to mail body but not the graph. The test.csv is not attached.
issue 3): can JSL auto select the "Allow" when it appears without human interaction? (see below)
![dadawasozo_0-1685795918641.png dadawasozo_0-1685795918641.png](https://community.jmp.com/t5/image/serverpage/image-id/53394i0C98467E8207EE61/image-size/medium?v=v2&px=400)
Note: I able to get both the table and graph as attachment, but that dont meet customer requirement and the issue 3 still remain. Really appreciate if someone can help me.