mailTo
links are anchor tags that are leveraged to redirect the link to the default email client instead of a web page URL. Once a mailTo
link is clicked, a message draft will open based on the fields in the anchor tag.
In OpenFin 20.91.61.14+, tighter measures were implemented to Secured APIs which address feedback OpenFin received from IT Security teams. Prior to this version, no configurations were needed to use mailTo
links. With OpenFin 20.91.61.14+, application providers are required to add the "webAPIs": ["openExternal"]
parameter to the permissions
object of the application manifest.
The permissions
object should look something like this:
"permissions": {
"ExternalWindow": {
"wrap": true
},
"System": {
"getAllExternalWindows": true,
"launchExternalProcess": true,
"readRegistryValue": false,
"terminateExternalProcess": true
},
"webAPIs": ["openExternal"]
},
Note: If your email provider is not the one you want you can always refer to this article to change your default email accessed when you click on mailTo
links.
Comments
0 comments
Please sign in to leave a comment.