Changes

Jump to: navigation, search

Email Anything

142 bytes added, 13:23, 21 August 2018
no edit summary
* The syntax (@objemail@) can be used to generate a unique email address for objects in SmartSimple.
* This will attach the email as a subrecord to the record from which is has been triggered.
* The status of the email record is controlled by the '''Received Activity Status '''setting. If there is a [[Workflow]] defined on that status it will be triggered when the record is added.
<pre>
<script>// <![CDATA[
function copyToClipboard(element) {
var $temp = $("<input>");
$temp.remove();
}
// ]]></script><span id="objEmail"><a href="mailto:@objemail@">@objemail@</a></span> <a href="javascript:copyToClipboard(document.getElementById('objEmail'))">(Copy to Clipboard)</a></pre>
Clicking on the email address will open a new email with your default email program<br />
0
edits

Navigation menu