Strategy ONE
Enabling the Send Email feature
The following parameter and value are used to specify whether the Send Email feature is enabled and visible.
This is a feature-level setting. Feature-level settings override UI settings and also imply UI settings when they are associated with UI elements.
| Parameter | Setting Level | Value | Target Component | Behavior | 
|---|---|---|---|---|
| 
                                                             feature.share.email  | 
                                                        
                                                             Feature  | 
                                                        
                                                             Possible values include: 
  | 
                                                        
                                                             Share → Send Email  | 
                                                        
                                                             Specifies whether the Send Email feature is available 
  | 
                                                    
The sample URLs below show how to enable and explicitly disable the Send Email feature.
Sample URL for enabling the Send Email feature
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?feature.share.email=true
Sample URL for explicitly disabling the Send Email feature
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?feature.share.email=false
