> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/getting-started/send-emails.md).

# Send Emails

Jet Email allows you to send emails via Action or Workflow/Automations. All emails will be sent through **<no-reply@jetadmin.app>** (unless you have set up a custom *From* email address in App Settings).

Use the following guide to set up emails, and specify the next operation:

1. Choose operation -> App built-ins
2. Action -> Send email

![](/files/ht0qCqtvd100tCvKpSfd)

3\. Specify inputs:

* to – receiver email (allows only email's format)
* subject – text field to specify the email subject
* text – text field without markups
* text (HTML) – text field with markups

![](/files/F867LGB1TcAvxM5G1bw8)

{% hint style="info" %}
The maximum limit number of emails to be sent is 10 emails per 1 minute.
{% 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:

```
GET https://docs.jetadmin.io/getting-started/send-emails.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
