Changes

Jump to: navigation, search

Email

1,888 bytes added, 18:59, 19 June 2019
no edit summary
<pre> This feature is also searched as the following: Objemail, eMail Everything, object email, @objemail@ </pre>
===Configuring Email Anything===
[[File:Objemail.png|@objemail@ example]]
 The syntax (@objemail@) can be used to generate a unique email address for objects in SmartSimple.<br /> This will attach the email as a sub-record to the record from which is has been triggered.<br /> 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.
 
<br />'''Use Cases: '''<br />* '''Review Forms''' - A reviewer can send an email to the application<br />* '''Project Management''' - Staff can send email to community contacts while keeping the communication on file, eliminating the need for Outlook Plugin<br />* '''Letters of References''' - Applicant will enter referee email address, which will allow the Referee to respond back with the letter of reference attached<br />* '''Support Tickets''' - A client can email a ticket directly<br />* '''Anonymous Email Address''' - Users can inquire about opportunities without revealing their email address - similar to what online trading-places have
 
 
'''Example Usage: '''<br />You can create a [[Custom Field Type: Read Only – System Variables|Read Only – System Variables]] Custom field with the following contents:
 
<pre><br /><script>// <![CDATA[<br data-attributes="%20/" />function copyToClipboard(element) { var $temp = $("<input>"); $("body").append($temp); $temp.val($(element).text()).select(); document.execCommand("copy"); $temp.remove();}//]]></script><br /><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 /><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 More=
2,299
edits

Navigation menu