> For the complete documentation index, see [llms.txt](https://docs.messageflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.messageflow.com/pl/integracje/programy-pocztowe.md).

# Programy pocztowe

#### Wysyłaj wiadomości biurowe przez bezpieczną infrastrukturę

Ta sekcja zawiera instrukcje konfiguracji desktopowych programów pocztowych (takich jak Outlook czy Thunderbird) do wysyłki wiadomości przy użyciu serwerów SMTP MessageFlow.

#### Dlaczego warto skonfigurować klienta pocztowego?

Nawet jeśli korzystasz z programu pocztowego do ręcznej korespondencji, przekierowanie wysyłki przez MessageFlow daje Ci przewagę nad zwykłym kontem hostingowym:

* **Wysoka dostarczalność**: Dzięki dbałości o reputację naszej infrastruktury, znacząco zwiększasz szansę, że Twoje faktury i wiadomości biznesowe trafią do Skrzynki Odbiorczej (Inbox), a nie do folderu SPAM.
* **Śledzenie (Tracking)**: W panelu MessageFlow masz podgląd statusów wysłanych wiadomości (zgodnie z czasem retencji danych dostępnym w Twoim pakiecie).
* **Bezpieczeństwo**: Pełne szyfrowanie transmisji (TLS/SSL).

### Szybka konfiguracja (Parametry uniwersalne)

Jeśli wiesz, jak skonfigurować konto w swoim programie, użyj poniższych danych. Są one wspólne dla wszystkich klientów pocztowych:

| **Parametr**             | **Wartość**                               |
| ------------------------ | ----------------------------------------- |
| Serwer wychodzący (SMTP) | `smtp.messageflow.com`                    |
| Port (Zalecany)          | `587` (Szyfrowanie: STARTTLS / TLS)       |
| Port (Alternatywny)      | `465` (Szyfrowanie: SSL)                  |
| Nazwa użytkownika        | Twój login SMTP (np. `1.nazwakonta.smtp`) |
| Hasło                    | Twoje hasło SMTP                          |

{% hint style="success" %}
**Gdzie znaleźć hasło?**

Login i hasło do serwera SMTP są inne niż te, którymi logujesz się do panelu MessageFlow! Możesz utworzyć je w sekcji: E-mail API -> Ustawienia -> Konta SMTP.
{% endhint %}

### Dostępne instrukcje krok po kroku

Wybierz swój program pocztowy, aby zobaczyć szczegółowy przewodnik z zrzutami ekranu:

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th><th data-hidden></th><th data-hidden data-card-cover data-type="image"></th></tr></thead><tbody><tr><td><a href="/pages/ys4FqFnkjYVPDd50AB2f">/pages/ys4FqFnkjYVPDd50AB2f</a></td><td><em>Obsługa wersji 2016, 2019 oraz subskrypcji Microsoft 365</em></td><td></td><td data-object-fit="contain"><a href="/files/y9f7rio4oGnGvsSv9Asp">/files/y9f7rio4oGnGvsSv9Asp</a></td></tr><tr><td><a href="/pages/8w1eNkTXWM0678bj07rz">/pages/8w1eNkTXWM0678bj07rz</a></td><td><em>Popularny, darmowy klient pocztowy typu Open Source</em></td><td></td><td data-object-fit="contain"><a href="/files/0pN7MrpAediddQqCogli">/files/0pN7MrpAediddQqCogli</a></td></tr></tbody></table>


---

# 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.messageflow.com/pl/integracje/programy-pocztowe.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.
