> For the complete documentation index, see [llms.txt](https://docs.omnileads.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omnileads.net/english/email-setup-pro/email-account-registration.md).

# Email account registration

To set up an account to receive and send emails from OMniLeads, you will need the IMAP and SMTP data provided by your email service.

{% hint style="info" %}
Request the server, port, and credentials from your email administrator. Verify that the account allows IMAP and SMTP connections.
{% endhint %}

## Create an account

The steps to create an email account on OMniLeads and synchronize it with the platform are described below.

1. Go to Connections Menu → Email → Accounts.

<figure><img src="https://1083123978-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qGfc9c0eCArZb6QcwvW%2Fuploads%2FjajoVknewYgQW8gnh5Ic%2Fimagen.png?alt=media&amp;token=fd112126-a3e0-4d15-b417-c4915294a8a7" alt=""><figcaption></figcaption></figure>

2. Select New account (+).

<figure><img src="https://1083123978-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qGfc9c0eCArZb6QcwvW%2Fuploads%2FQtri5yC897HU006cS87L%2Fimagen.png?alt=media&amp;token=ea1c305f-6316-43aa-95a8-dd7c70c44427" alt=""><figcaption></figcaption></figure>

3. Complete the receiving and sending configuration described below.
4. Select Save to register the account.
5. Activate Active when you want to enable its operation.

## Configure email reception

The Incoming Mail Server defines how OMniLeads downloads incoming emails. This requires configuring the protocol and port, as well as other data related to the connection between both parties.

* Protocol: Select IMAP. Use SSL to secure the connection.
* Host: Enter the incoming mail server. Example: The IMAP host provided by your provider.
* Port: Enter the IMAP port indicated by the provider.
* Auth Type: Select BASIC. This is currently the only available method, although new mechanisms will be added in future versions.
* Username: Enter the username or email address of the account that will be authenticated.
* Password: Enter the password for that account. Use an application password if required by the provider (e.g., Google Workspace and other vendors).
* Fetch Mode: Choose how messages are retrieved. IDLE keeps the system listening. POLL retrieves messages at configurable intervals.
* Mailbox: indicates the folder that is synchronized. The usual value is Inbox.
* Since: I defined the initial download date. OMniLeads will import emails from that date.
* Check SSL certificate: enable it to validate the remote server's certificate.

{% hint style="warning" %}
Since controls the first synchronization period. A very old date can represent a large volume of emails. Keep this in mind!
{% endhint %}

<figure><img src="https://1083123978-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qGfc9c0eCArZb6QcwvW%2Fuploads%2F49u3whOPgF97zSffHzeT%2Fimagen.png?alt=media&amp;token=f09b842e-44ab-47d0-93bf-bd9a66d6427b" alt=""><figcaption></figcaption></figure>

## Configure email sending

Outgoing Mail Server defines how OMniLeads sends outgoing replies and messages.

* Protocol: Select SMTP with TLS/SSL for secure transmission.
* Host: Enter the outgoing mail server (SMTP).
* Port: Enter the SMTP port specified by the provider.
* Auth Type: Select BASIC. This is currently the only available method, although new mechanisms will be added in future versions.
* Username: Enter the account authorized to make shipments.
* Password: Enter your account password or your application password.
* From Address: define the address that the recipient will see as the sender.
* From name (display): Define the sender's display name. This is useful for identifying the support team.
* Include the agent's name: Enable this to include the agent's name in each response. For example: DevOps Team (Rubén Pérez).
* Signature: Enter the text that will be added to the end of each email sent by the agent.
* Signature image: Attach a PNG or JPG image to complement the signature that will be attached to sent emails.

<figure><img src="https://1083123978-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qGfc9c0eCArZb6QcwvW%2Fuploads%2FiD4jEEPZbacb3ZHmSgyk%2Fimagen.png?alt=media&amp;token=167d9d09-4438-4f48-9c80-4179154fa917" alt=""><figcaption></figcaption></figure>

## Validate and manage the account

Once the settings are saved, you can perform some actions available in the account:

* Sending Test: Send a test email. Confirm that the recipient receives it.
* Resync: resynchronizes the account with the mail server.
* Delete History: Deletes the downloaded history in OMniLeads. It does not delete messages from the email server, only locally. It then downloads again from the date defined in Since.
* Delete icon: Removes account settings in OMniLeads.

{% hint style="success" %}
The account is ready when it is saved, active, and the Submission Test completes successfully.
{% endhint %}

<figure><img src="https://1083123978-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7qGfc9c0eCArZb6QcwvW%2Fuploads%2F5xige0u8Iu9MS4ZH8dQf%2Fimagen.png?alt=media&amp;token=6f6c0748-4d4b-43f2-a5f9-49118695cc23" alt=""><figcaption></figcaption></figure>

### Done!

We are now ready to set up a campaign and activate its email channel. For more information, please refer to the section on [Campañas de Email](broken://pages/gbajI96QTx2PlkzAgVh9).


---

# 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://docs.omnileads.net/english/email-setup-pro/email-account-registration.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.
