intentSendEmail
Last updated
This function will start an email on the user's device's default email application.
Recipient's email address
String
-
-
Yes
subject
Title of email
String
-
-
Yes
body
Body of email
String
-
-
No
Opens the default email application on user's device with the fields populated by input.
The user wants to start an email
Using intentSendEmail with the parameters
test@gmail.com
subject
Test
body
Hello World
If user is on a MacOS device, they will see this:

Coming Soon.
Last updated