Changes

Jump to: navigation, search

Email Anything

874 bytes added, 19:50, 30 November 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.
 
==Example Usage==
You can create a [[Custom Field Type: Read Only – System Variables|Read Only – System Variables]] Custom field with the following contents:
 
<pre>
<script>// <![CDATA[
function copyToClipboard(element) {
var $temp = $("<input>");
$("body").append($temp);
$temp.val($(element).text()).select();
document.execCommand("copy");
$temp.remove();
}
// ]]></script>
<span id="objEmail"><a href="mailto:@objemail@">@objemail@</a></span> <a>(Copy to Clipboard)</a></pre>
 
Clicking on the email address will open a new email with your default email program<br />
Clicking '''Copy to Clipboard''' will copy the email address to your clipboard so you can paste it (Ctrl-V) into your email program etc.
==See Also==
* [[Email Anything - Why]] [[:Category:Email]][[:Category:Variables?]]
Smartstaff, administrator
686
edits

Navigation menu