Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<CFSET toemail="address1@mydomain.com">
<CFSET bcc="address2@mydomain.com,address3@mydomain.com">
<CFOUTPUT><A HREF = "mailto:#toemail#?subject=test&bcc=#bcc#">Send Email To Found Set</A></CFOUTPUT>
<A HREF = "mailto:#toemail#?subject=test&bcc=#URLEncodedFormat(bcc)#">Send Email To Found Set</A>
<A HREF = "mailto:#bcc#?subject=test">Send Email To Found Set</A>