> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-email/send-e-mail.md).

# Send E-mail

Send an e-mail through the operating system email client.

Action available for the following operating systems:

![](/files/-MGIiDGuNcrVFP-DbUma)

### Parameters

*From*

* **Sender Name** <*string*> - Name of the e-mail sender.
* **Sender Address** <*string*> - Sender e-mail address.

*To*

* **Type** - Type of the destination contact. It can be one of:
  * 1 - To
  * 2 - CC
  * 3 - BCC
* **Name** <*string*> - Name of destination contact.
* **Address** <*string*> - E-mail address of destination contact.

*Subject/Body*

* **Subject** <*string*> - Subject of the e-mail to send.
* **Body** <*string*> - Body of the e-mail to send.

*Attach*

* **Attachment** <*string*> - Attachment to the e-mail to send.

{% hint style="info" %}
It is possible to add several e-mail´s in option To, separeted by Charact(13) (CR character).\
In case of adding more than one e-mail you need to add the same number in both “Name” and “Address” option.
{% endhint %}

{% hint style="info" %}
It is possible to add several attachments, separeted by Charact(13) (CR character).
{% endhint %}

{% hint style="info" %}
The **From** parameters are not used by Win32 and Android clients and are optional in the other clients.
{% endhint %}

{% hint style="info" %}
The Name parameter in the addresses is not used by Win32, Android and iOS clients.
{% endhint %}

{% hint style="info" %}
Win32 clients execute the "mailto:" command to run this action and, as such, do not support attachments.
{% endhint %}

{% hint style="info" %}
In Windows clients this call is not a blocking call. On Android and iOS it is a blocking call.
{% endhint %}

{% hint style="info" %}

* In Win10 attachments will only work correctly if the e-mail App is Mail App. This is a known limitation in Microsoft Win10 platform.
* From Microsoft documentation:\
  \&#xNAN;***"Attachments that you add to an email by using the EmailAttachment class will appear only in the Mail app. If users have any other mail program configured as their default mail program, the compose window will appear without the attachment. This is a known issue."***
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-email/send-e-mail.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
