# Send Email

## Attachments <a href="#attachments" id="attachments"></a>

<figure><img src="/files/N5j74wEflfWGAjObPoSj" alt=""><figcaption></figcaption></figure>

You can attach attachments to your email by inputting the URL of the attachment.&#x20;

We use the file's type extension to determine the mime type of the file. For instance, if a file ends with .pdf, we will assume the mime type is application/pdf because of the extension. Similarly, if the file ends with .png, we will assume its mime type is image/png. Therefore, it is highly recommended that the attachment URLs end with the file extension.

***

## Limitations <a href="#limitations" id="limitations"></a>

* The **Send Email** action cannot reply to email threads at this time.
* Please note that the email message, including attachments, cannot exceed the per-message size limit of 25MB or it may be permanently lost.
* We do not support sharing URLs from Google Drive or Dropbox at this time or the ability to upload a file directly in MESA. For example, the attachment URL should be publicly available and MESA should be able to directly access the file without downloading it. We recommend uploading the files to a third-party service like [Shopify Files](https://help.shopify.com/en/manual/shopify-admin/productivity-tools/file-uploads) and then copying the URL from there.


---

# Agent Instructions: 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.getmesa.com/connect/gmail/send-email.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.
