email trigger - adding a cc?

Apr 07, 2014

Hi Everyone,

Is it possible to add a cc field to an email that is generated from an email trigger?

I need to set up an email to be sent to two addresses so a user can complete a site access request for a construction site and email it both to security and also to administration. 

Regards

Tom

3 Replies
Duane Knudsen

Hi Tom, I believe this syntax will work for you, of course you'll need to define the other variables if you want to use as-is:

var link = "mailto:name@company.com" + "?cc=anothername@company.com" + "&subject="+subject+" &body="+body;

I used Dreamweaver to validate the syntax, it seemed to like it. Also, there are a couple of other resources right here in the Forums that can help you as you work with JavaScript.

JavaScript for Storyline--worth learning?

Email text entry

Hope this helps.

This discussion is closed. You can start a new discussion or contact Articulate Support.