> 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/outlook.md).

# Outlook

Konfiguracja serwera SMTP w programie Microsoft Outlook jest bardzo intuicyjna:

1. W celu zintegrowania swojego konta w Outlook, wybierz zakładkę **'Plik'.**

   <figure><img src="/files/eW5fNbb2tv6sTXX9TYNQ" alt="smtp-outlook"><figcaption></figcaption></figure>
2. Następnie przejdź do zakładki **'Ustawienia Kont'** i kliknij w **'Ustawienia Serwera'.**

   <figure><img src="/files/spR1Lem8R1NEkW51eCm4" alt="outlook-smtp"><figcaption></figcaption></figure>
3. Pojawi się okienko **'Ustawienia konta IMAP'.** Wybierz opcję **'Poczta wychodząca'** i uzupełnij pola następującymi informacjami:
   * **Serwer:** smtp.emaillabs.net.pl
   * **Port:** 587
   * **Szyfrowanie:** SSL/TLS lub STARTTLS
   * **Serwer wychodzący (SMTP) wymaga uwierzytelnienia:** Tak
   * **Zaloguj się za pomocą nazwy użytkownika i hasła:** Tak
   * **Nazwa użytkownika:** 1.nazwakonta.smtp
   * **Hasło:** należy wpisać hasło do integracji SMTP, które zostało utworzone w panelu EmailLabs:**(Konta SMTP>Aktywne Konta>Zmień hasło).**<br>

     <figure><img src="/files/H924no5KAVuYbJOU7oEM" alt="ustawienia-poczty-outlook"><figcaption></figcaption></figure>
4. Jeśli wszystko się zgadza, kliknij przycisk **'Dalej'.**

**Gotowe!** Twoje konto pocztowe zostało skonfigurowane w programie Microsoft Outlook


---

# 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:

```
GET https://docs.emaillabs.io/cloud-based-smtp/integracje-smtp/outlook.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.
