> 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-idosell/konfiguracja-w-idosell.md).

# Konfiguracja w IdoSell

1. **Zaloguj się** do swojego konta w panelu administracyjnym IdoSell.

2. W menu głównym wybierz **"ADMINISTRACJA"**, a następnie **"Konfiguracja kont email i SMS"**.<br>

   <figure><img src="/files/vQaAwdkmsMCw6ilpRZBr" alt=""><figcaption></figcaption></figure>

3. W widoku **"Konfiguracja kont email i SMS"** znajdź domenę, dla której chcesz ustawić serwer SMTP, i kliknij opcję **"wybierz"** przy tej domenie.<br>

   <figure><img src="/files/rnAPWXAqTE4ETkrzjLLb" alt=""><figcaption></figcaption></figure>

4. Następnie wybierz **"Dodaj nowe konto e-mail"**.<br>

   <figure><img src="/files/hulnX68mfjFXvufyyDC2" alt=""><figcaption></figcaption></figure>

5. Po wybraniu **"Dodaj nowe konto e-mail"**, uzupełnij formularz danymi serwera SMTP, zgodnie z poniższymi informacjami:
   * **Nazwa nadawcy:** Wprowadź nazwę, która będzie widoczna jako nadawca wiadomości
   * **E-mail nadawcy:** Wprowadź adres e-mail, z którego będą wysyłane wiadomości
   * **Typ konta:** Wybierz opcję "wysyłane z innego serwera pocztowego po protokole SMTP"
   * **Adres serwera SMTP:** Wprowadź "emaillabs.net.pl"
   * **Port:** Wybierz port 465 z SSL lub 587 ze STARTTLS
   * **Połączenie szyfrowane:** Wybierz "SSL" lub "STARTTLS"
   * **Login:** Wprowadź nazwę Twojego konta SMTP w EmailLabs w formacie 1.nazwapanelu.smtp
   * **Hasło:** Hasło SMTP ustawione w panelu EmailLabs (Panel > Konta SMTP > Aktywne konta > Zmiana hasła)<br>

     <figure><img src="/files/YgjJegstJIcJZbxAn32G" alt=""><figcaption></figcaption></figure>

6. Po wypełnieniu danych, kliknij przycisk **"Dodaj",** aby zapisać ustawienia.

7. Po pomyślnym dodaniu nowego konta e-mail z zewnętrznym serwerem SMTP, Twój panel IdoSell będzie gotowy do korzystania z tego serwera do wysyłki wiadomości.


---

# 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-idosell/konfiguracja-w-idosell.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.
