<?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 Creating email in draft before sending in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Creating-email-in-draft-before-sending/m-p/683751#M86937</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attempting to use the Mail() function, and have not had any luck finding a way to make it so the email message can appear in Outlook or G Mail or wherever before sending. I may need to edit the email a bit before it is sent. Is this possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I was picturing was a draft email appears once the script has run, but anything that would allow the user to edit the email in the email client before sending would be great!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 04 Oct 2023 12:17:31 GMT</pubDate>
    <dc:creator>DerekMoore</dc:creator>
    <dc:date>2023-10-04T12:17:31Z</dc:date>
    <item>
      <title>Creating email in draft before sending</title>
      <link>https://community.jmp.com/t5/Discussions/Creating-email-in-draft-before-sending/m-p/683751#M86937</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attempting to use the Mail() function, and have not had any luck finding a way to make it so the email message can appear in Outlook or G Mail or wherever before sending. I may need to edit the email a bit before it is sent. Is this possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I was picturing was a draft email appears once the script has run, but anything that would allow the user to edit the email in the email client before sending would be great!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 12:17:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Creating-email-in-draft-before-sending/m-p/683751#M86937</guid>
      <dc:creator>DerekMoore</dc:creator>
      <dc:date>2023-10-04T12:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating email in draft before sending</title>
      <link>https://community.jmp.com/t5/Discussions/Creating-email-in-draft-before-sending/m-p/683792#M86939</link>
      <description>&lt;P&gt;I think you cannot use JMP's own Mail() like this unless your company has strict enough settings which prevent JMP's mail from working without user pressing send.&lt;/P&gt;
&lt;P&gt;One place where you might be able to get some ideas is from &lt;LI-MESSAGE title="Contact JMP Technical Support Add-in" uid="24144" url="https://community.jmp.com/t5/JMP-Add-Ins/Contact-JMP-Technical-Support-Add-in/m-p/24144#U24144" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt; . Unarchive it with 7zip for example or install it and locate the files, some different email sending options can be seen in script ContactJMP_MailFunctions.jsl (some virus protections might not be happy with .vbs files).&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 13:18:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Creating-email-in-draft-before-sending/m-p/683792#M86939</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-10-04T13:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating email in draft before sending</title>
      <link>https://community.jmp.com/t5/Discussions/Creating-email-in-draft-before-sending/m-p/683800#M86943</link>
      <description>&lt;P&gt;I've had good success using the web() command in JMP to create editable-before-sending emails. Here's an example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;web("mailto:test@example.com?Subject=test%20subject&amp;amp;Body=edit%20this%20before%20sending")&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Getting all the %20 characters correct can be hard, but a web page &lt;A href="http://www.cha4mot.com/t_mailto.html" target="_self"&gt;like this one&lt;/A&gt; can help create the mailto: URL.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 14:28:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Creating-email-in-draft-before-sending/m-p/683800#M86943</guid>
      <dc:creator>Jed_Campbell</dc:creator>
      <dc:date>2023-10-04T14:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating email in draft before sending</title>
      <link>https://community.jmp.com/t5/Discussions/Creating-email-in-draft-before-sending/m-p/705611#M89004</link>
      <description>&lt;P&gt;Thank you for sending this along! The Web function does what I needed it to by showing the email in Outlook prior to sending.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 18:32:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Creating-email-in-draft-before-sending/m-p/705611#M89004</guid>
      <dc:creator>DerekMoore</dc:creator>
      <dc:date>2023-12-04T18:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating email in draft before sending</title>
      <link>https://community.jmp.com/t5/Discussions/Creating-email-in-draft-before-sending/m-p/705629#M89009</link>
      <description>&lt;P&gt;Encode URI could be helpful especially when modifying the body (and subject)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

Encode URI("Foo Bar");
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Dec 2023 18:56:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Creating-email-in-draft-before-sending/m-p/705629#M89009</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-12-04T18:56:41Z</dc:date>
    </item>
  </channel>
</rss>

