> For the complete documentation index, see [llms.txt](https://docs.emaillabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emaillabs.io/cloud-based-smtp/integracje-smtp/serwer-smtp-w-salesmanago/konfiguracja-w-salesmanago.md).

# Konfiguracja w SALESManago

1. **Zaloguj się** do panelu administracyjnego SALESmanago.
2. Przejdź do zakładki **"Ustawienia"** > **"Konta email"** > **"Dodaj własne konto email"**.

<figure><img src="/files/2pv3D51y0iW9KgoKxX9V" alt="smtp-salesmanago"><figcaption></figcaption></figure>

3. Wprowadź następujące informacje:
   * **Nazwa:** Podaj nazwę konta, która będzie służyć do identyfikacji.
   * **E-mail:** Podaj adres e-mail, z którego będą prowadzone wysyłki.
   * **Nazwa wyświetlana:** Wprowadź nazwę nadawcy.
   * **Odpowiedz do \[e-mail]:** Opcjonalny adres, na który będą kierowane odpowiedzi. Pozostaw pole puste, jeśli chcesz użyć domyślnego adresu.
   * **Odpowiedz do \[nazwa wyświetlana]:** Wprowadź nazwę, która będzie wyświetlana w polu "odpowiedz do".
   * **SMTP host:** Wprowadź adres hosta smtp.emaillabs.net.pl.
   * **SMTP port:** Użyj zalecanego portu 587 z szyfrowaniem TLS lub 465 z SSL.
   * **SMTP użytkownik:** Wprowadź nazwę Twojego konta SMTP w EmailLabs w formacie `1.nazwakonta.smtp.`
   * **SMTP hasło:** Podaj hasło SMTP utworzone w panelu EmailLabs.
   * **Używanie TLS:** Jeśli skrzynka wymaga szyfrowania TLS, zaznacz tę opcję.
   * **Uwierzytelnienie:** Jeśli skrzynka wymaga uwierzytelnienia, zaznacz tę opcję.
   * **Używanie SSL:** Jeśli skrzynka wymaga szyfrowania SSL, zaznacz tę opcję.

<figure><img src="/files/hjmq36pbS9IcFmijYMQm" alt="smtp-salesmanago"><figcaption></figcaption></figure>

Po pomyślnej konfiguracji, przeprowadź testową wysyłkę e-mail, aby upewnić się, że integracja działa poprawnie.

{% hint style="info" %}
Zwróć uwagę, że w przypadku wysyłki za pomocą zewnętrznego serwera SMTP w SALESmanago, istnieje ograniczenie do 1000 odbiorców. Jeśli chcesz zdjąć limit, skontaktuj się z biurem obsługi klienta SALESmanago pod adresem: <support@salesmanago.com>.
{% endhint %}


---

# 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.emaillabs.io/cloud-based-smtp/integracje-smtp/serwer-smtp-w-salesmanago/konfiguracja-w-salesmanago.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.
