Launches the default email app, and starts composing a message.

compose accepts the following arguments:

to – The email address(es) of the recipient cc – The email address(es) of whom to send a carbon copy bcc – The email address(es) of whom to send a blind carbon copy subject – The subject of the email message – The body text of the email

var email = require('FuseJS/Email');
email.compose("to@example.com", "cc@example.com", "bcc@example.com", "subject", "message");

Location

Namespace
Fuse.Reactive.FuseJS
Package
Fuse.Launcher.Email 2.9.1