# Zoho ZeptoMail

To use the ZeptoMail API for sending emails, you need to generate a **Send Mail Token**, which acts as your API key. Steps to Generate your Send Mail Token

1. **Log in** to your [Zoho ZeptoMail account](https://www.zoho.com/zeptomail/).<br>
2. **Select a Mail Agent**: In the left panel, click on **Mail Agents** and select the specific agent you want to connect to your application.<br>

   <figure><img src="/files/5vg7u0nOKW0nAlmbXTQI" alt="" width="563"><figcaption></figcaption></figure>
3. **Add your doamin & verify**\ <br>

   <figure><img src="/files/pJia0CO1aBJQIZ1mZymF" alt="" width="563"><figcaption></figcaption></figure>
4. Click on the **SMTP/API** tab located in the top pane of the agent's dashboard.

* **Copy the Token**: Under the **API** section, you will see the **Send Mail Token** (or **Agent Alias**). You can use the default token provided or click to generate a new one. <br>

<figure><img src="/files/htuwjLDrV1V1HuWc8VP9" alt="" width="563"><figcaption></figcaption></figure>

* Enter **API Key** in app setting\ <br>

<figure><img src="/files/0RRoZqU09HmeSmfhTOKA" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.globo.io/pre-order/setting/smtp-configuration/zoho-zeptomail.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.
