> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/intent/intentsendemail.md).

# intentSendEmail

## Description

This function will start an email on the user's device's default email application.

## Input / Parameters

| Name    | Description               | Input Type | Default | Options | Required |
| ------- | ------------------------- | ---------- | ------- | ------- | -------- |
| email   | Recipient's email address | String     | -       | -       | Yes      |
| subject | Title of email            | String     | -       | -       | Yes      |
| body    | Body of email             | String     | -       | -       | No       |

## Output

Opens the default email application on user's device with the fields populated by input.

## Callback

## Video

## Example

The user wants to start an email<br>

### Steps

Using `intentSendEmail` with the parameters

|         | value            |
| ------- | ---------------- |
| email   | <test@gmail.com> |
| subject | Test             |
| body    | Hello World      |

### Result

If user is on a MacOS device, they will see this:

![](/files/rbAN6MKhWmR9gVZiV6zD)

## Links

Coming Soon.
