You are not logged in.   Log in | Register

Send to Email Parameters

From $1

 

emailSubject

The subject line of the email to be sent. If the subject includes the string $sender$ it will be replaced with the name given by the sender.

The default email subject (if this parameter is not set) is: "Take a look at this".

 


emailBody

The body of the email to be sent in HTML format. The following place holders may be used in the email body and will be replaced by Wildfire when the email is sent:

$sender$ will be replaced with the name given by the sender.

$URL$ will be replaced with a Wildfire generated URL, where the recipient can go to view the widget he received.

$userMsg$ will be replaced with the message that the user entered.

 

EmailBodyParameters.gif

 

 Note:  Wildfire UI will hide the "Message" text field, if there is no $userMsg$ place holder in the emailBody.

  

The default emailBody is:

Hi,<br />
<br />
$userMsg$<br />
<br />
I thought you'd like this:<br />
$URL$<br />
<br />
$sender$<br />

 The outcome:

EmailParametersOutcome (1).gif

 

 


companyName

A string parameter, which gives you the option to define your company name. Your company name string will be injected into the email footer, as demonstrated in the screenshot below:

Email-companyNameParam.gif

This screenshot is the outcome of defining the companyName parameter as follows:

conf['companyName'] = 'My Company Inc.';

 


dontSendEmail

A boolean parameter, which allows you to tell wildfire not to actually send the email. You can use this parameter along with the onEmail event to send the actual email from your own servers. Statistics on the emails will still be accumulated as if the email was sent by wildfire. The default value is "false" (i.e. – Wildfire DOES send email).

 


defaultEmailMessage

A string parameter, which gives you the option to prepopulate the "Message" text field shown in the Wildfire email tab.

  


rememberContactsChecked

A boolean parameter, which gives you the option to change the default state of the "Remember Me" checkbox on the Wildfire email tab. If the checkbox is checked when the user clicks "Send", Gigya will remember the contacts to which the user sent email, and will present these contacts the next time the user enters the email tab. The default value for this parameter is "true" (i.e. – the checkbox is checked by default).

EmailTab-Remember.gif  

 


 

See Also

 

Tags:
Files (0)