# 3. Mail server management

A mail server is necessary for every project.

An SMTP server is needed to send mail to users, for example, when registering or recovering a password from a master account, this is what the project cannot work without. There are different options for paid and free smtp-servers:

| Service                                                                   | Limits            | Price                                    |
| ------------------------------------------------------------------------- | ----------------- | ---------------------------------------- |
| [Google](https://www.hostinger.ru/rukovodstva/kak-ispolzovat-smtp-server) | 100 mails mer day | Free                                     |
| Yandex                                                                    | 500 mail per day  | Free                                     |
| SendPulse.com                                                             | 25000 per month   | Free with restrictions                   |
| Mailgun.net                                                               | \~                | Paid tariff                              |
| Your own hosting                                                          | unknown           | Free with restrictions                   |
| [Order your own SMTP](https://t.me/BABAYRE)                               | no                | One time 50$ (then for VPS monthly 2$\~) |

{% hint style="info" %}
There are other services. We gave an example of those that are on hearing.&#x20;

Our recommendations for long-term projects to order your SMTP, because it has a number of advantages, such as the absence of restrictions on sending the price per month by paying for VDS and the minimum chances that your letters will end up in spam.
{% endhint %}

You can create a mail server (SMTP) in the Settings -> Configuring SMTP mail servers for sending letters.

![](/files/-MDEsGpv74i3p_0TfSZP)

After SMTP has been created, it will appear in the Configure SMTP mail servers for sending emails lists.

![](/files/-MDEsqEa2UMon4UpcfJ2)

When creating a project, this SMTP will be displayed in your mail server selection \*

![](/files/-MDEtipysZrxWP9D7IdX)

You will need to select it.


---

# 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.mmoweb.biz/quick-start-guide/settings/pochtovye-servera.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.
