# Email

Tabnine relies on SMTP to send various internal emails. These include emails for user invitations, password reset, and email verification.

### Configure SMTP

{% hint style="info" %}
Only admins designated as **Installation Admins** have access to this section.
{% endhint %}

{% hint style="success" %}
There is an option to configure SMPT with OAuth. Contact Tabnine support to learn how.
{% endhint %}

Admins have the option to configure SMTP through the Tabnine console.

1. Sign in to the Tabnine console as an admin.
2. Go to the **Email** page under **Settings.**

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

Fill out the form with your configuration. Check each tooltip for more details.

**Port:** The default port is 25.

**TLS reject unauthorized:** The default is true.

**Authentication:** Default is false.

**Ignore SSL/TLS:** Default is false.

### Email verification

{% hint style="info" %}
This option is only available if Single Sign-on (SSO) is not configured
{% endhint %}

Admins have the option to control if email verification is a required step in the user invitation:

1. Sign in to the Tabnine console as an admin.
2. Go to the **Email** page, under **Settings**, and enable or disable **Email Verification.**

<figure><img src="/files/bOof90cnYAVYUKH6hVnn" 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.tabnine.com/main/administering-tabnine/managing-your-team/settings/email-settings.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.
