<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to JSL script an e-mail to my gmail account. in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/192785#M41221</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Trying to use JSL to send out an email with a data table and some graphs. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Currently using JMP 14 and GMAIL account which are both (64 bit).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I use this piece of script: Mail( "test@example.com", "revelation", "JMP is great.", "$Sampled/Big Class.JMP" ); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I get the following error in the logs:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Send mail failed. mail problem in access or evaluation of 'Mail' , Mail/*###*/("testable.com", "revelation", "JMP is great.", "$Sampled/Big Class.JMP"), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can somebody help or had a similar issue?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2019 15:31:52 GMT</pubDate>
    <dc:creator>ivan_j_moore</dc:creator>
    <dc:date>2019-04-12T15:31:52Z</dc:date>
    <item>
      <title>How to JSL script an e-mail to my gmail account.</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/192785#M41221</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Trying to use JSL to send out an email with a data table and some graphs. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Currently using JMP 14 and GMAIL account which are both (64 bit).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I use this piece of script: Mail( "test@example.com", "revelation", "JMP is great.", "$Sampled/Big Class.JMP" ); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I get the following error in the logs:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Send mail failed. mail problem in access or evaluation of 'Mail' , Mail/*###*/("testable.com", "revelation", "JMP is great.", "$Sampled/Big Class.JMP"), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can somebody help or had a similar issue?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 15:31:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/192785#M41221</guid>
      <dc:creator>ivan_j_moore</dc:creator>
      <dc:date>2019-04-12T15:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to JSL script an e-mail to my gmail account.</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/192805#M41224</link>
      <description>&lt;P&gt;Looks like the path to the 'Big Class' file isn't quite right. Please try:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Mail( "test@example.com", "revelation", "JMP is great.", "$SAMPLE_DATA/Big Class.JMP" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 12 Apr 2019 16:19:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/192805#M41224</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2019-04-12T16:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to JSL script an e-mail to my gmail account.</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/192808#M41226</link>
      <description>&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry still getting the same message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Send mail failed.&lt;BR /&gt;mail problem in access or evaluation of 'Mail' , Mail/*###*/("ivan.j.moore@seagate.com", "revelation", "JMP is great.",&lt;BR /&gt;"$SAMPLE_DATA/Big Class.JMP")&lt;/P&gt;&lt;P&gt;In the following script, error marked by /*###*/&lt;BR /&gt;Mail/*###*/("xxxxx.x.xxxxx@seagate.com", "revelation", "JMP is great.",&lt;BR /&gt;"$SAMPLE_DATA/Big Class.JMP")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 16:31:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/192808#M41226</guid>
      <dc:creator>ivan_j_moore</dc:creator>
      <dc:date>2019-04-12T16:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to JSL script an e-mail to my gmail account.</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/192823#M41233</link>
      <description>&lt;P&gt;JMP uses your default mail client. What do you use to access your Gmail email? Outlook? Web page?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 17:14:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/192823#M41233</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2019-04-12T17:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to JSL script an e-mail to my gmail account.</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/192825#M41234</link>
      <description>&lt;P&gt;I just ran this script:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Mail(
	"mark.bailey@sas.com",
	"Test of Mail Client",
	"Hope you get my letter!"
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I got an alert from Microsoft Outlook, the default mail client on my work computer:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 350px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/16867iCB77D50D7644554E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I clicked &lt;STRONG&gt;Allow&lt;/STRONG&gt; and the mail was sent. The message appeared in my inbox a moment later.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 17:19:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/192825#M41234</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2019-04-12T17:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to JSL script an e-mail to my gmail account.</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/192829#M41237</link>
      <description>&lt;P&gt;As for the path, you have to replace the path variable with its value. Like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Mail(
	"ivan.j.moore@seagate.com",
	"revelation",
	"JMP is great.",
	Get Path Variable( "$SAMPLE_DATA" ) || "Big Class.JMP"
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can evaluate the fifth line alone to see what value it returns. That result will be the fourth argument to the Mail() function.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 17:37:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/192829#M41237</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2019-04-12T17:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to JSL script an e-mail to my gmail account.</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/192943#M41259</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi Mark,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks for the reply.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I am still having problems though.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I ran this as copied from our message:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Mail(&lt;BR /&gt;"ivan.j.moore@seagate.com",&lt;BR /&gt;"Test of Mail Client",&lt;BR /&gt;"Hope you get my letter!"&lt;BR /&gt;);&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But still get this error message:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Send mail failed.&lt;BR /&gt;mail problem in access or evaluation of 'Mail' , Mail/*###*/("ivan.j.moore@seagate.com", "Test of Mail Client",&lt;BR /&gt;"Hope you get my letter!")&lt;/P&gt;&lt;P&gt;In the following script, error marked by /*###*/&lt;BR /&gt;Mail/*###*/("ivan.j.moore@seagate.com", "Test of Mail Client",&lt;BR /&gt;"Hope you get my letter!")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The company uses Google Chrome to access the Gmail account, unless this is the problem, is there anything else I could try ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Any help appreciated.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 06:20:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/192943#M41259</guid>
      <dc:creator>ivan_j_moore</dc:creator>
      <dc:date>2019-04-15T06:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to JSL script an e-mail to my gmail account.</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/193005#M41276</link>
      <description>&lt;P&gt;Well now we know that the problem has something to do with your mail client. I would contact JMP Technical Support for help (support@jmp.com)&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 12:19:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/193005#M41276</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2019-04-15T12:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to JSL script an e-mail to my gmail account.</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/193009#M41280</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help, I will leave a message with JMP Support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 13:06:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/193009#M41280</guid>
      <dc:creator>ivan_j_moore</dc:creator>
      <dc:date>2019-04-15T13:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to JSL script an e-mail to my gmail account.</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/193048#M41291</link>
      <description>&lt;P&gt;Ivan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had a similar issue a few years ago.&amp;nbsp; Here is how I got around it.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;	MailToString = "mailto:" || emailAddress;
	Web( MailToString );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Apr 2019 16:04:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/193048#M41291</guid>
      <dc:creator>johnmoore</dc:creator>
      <dc:date>2019-04-15T16:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to JSL script an e-mail to my gmail account.</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/193053#M41296</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for this I had tried this also.&lt;/P&gt;&lt;P&gt;Just I was trying to Script in order to send out e-mails automatically , web mail function I believe you still have to press the send button.&lt;/P&gt;&lt;P&gt;Also would like to add attachments which cannot be done in the web mail function, I believe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tomorrow I am going to install "Outlook" to link up my g-mail account then try the mail () function.&lt;/P&gt;&lt;P&gt;Let you know how I get on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 16:39:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/193053#M41296</guid>
      <dc:creator>ivan_j_moore</dc:creator>
      <dc:date>2019-04-15T16:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to JSL script an e-mail to my gmail account.</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/216915#M43346</link>
      <description>&lt;P&gt;I had an issue with this also.&amp;nbsp; I asked a JMP contact that I have and that person was able to confirm that they had the same issue.&amp;nbsp; This helps to rule this out as an issue with the mail client.&amp;nbsp; (By the way, we were both using Outlook on Windows machines.)&amp;nbsp; I emailed JMP Tech Support and a case was created (7612824569).&amp;nbsp; That case is currently being worked.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 14:49:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/216915#M43346</guid>
      <dc:creator>Judah</dc:creator>
      <dc:date>2019-07-10T14:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to JSL script an e-mail to my gmail account.</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/638486#M83632</link>
      <description>&lt;P&gt;Hi Mark,&lt;BR /&gt;&lt;BR /&gt;is it possible to script to select "Allow" without human interaction?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jun 2023 12:12:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-JSL-script-an-e-mail-to-my-gmail-account/m-p/638486#M83632</guid>
      <dc:creator>dadawasozo</dc:creator>
      <dc:date>2023-06-03T12:12:30Z</dc:date>
    </item>
  </channel>
</rss>

