> For the complete documentation index, see [llms.txt](https://newpanel.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://newpanel.docs.emaillabs.io/integracje/cloud-based-smtp/positive-user-user.com.md).

# Positive User (User.com)

Positive User to kompleksowe narzędzie do automatyzacji marketingu i zarządzania relacjami z klientami. Platforma umożliwia integrację z zewnętrznymi serwerami SMTP, co pozwala na niezawodną wysyłkę wiadomości e-mail.

### Pobranie Danych SMTP z EmailLabs

Dane potrzebne do integracji za pośrednictwem SMTP można znaleźć w panelu EmailLabs w sekcji: **E-mail API -> Ustawienia -> Konta SMTP**.

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

### Konfiguracja SMTP w Positive User

{% stepper %}
{% step %}

### **Zalogowanie się do Positive User**

* Zaloguj się do swojego konta na platformie Positive User.
* Upewnij się, że masz włączone połączenie z usługami innych firm.
  {% endstep %}

{% step %}

### **Przejście do ustawień SMTP**

* Przejdź do **Settings -> SMTP settings**.
* Kliknij opcję **Create SMTP+**, aby rozpocząć konfigurację nowego serwera SMTP.

<figure><img src="/files/jUm53u7UW5FnksXyyc8u" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Wprowadzenie danych SMTP**

Wypełnij formularz zgodnie z poniższymi danymi:

* **SMTP Server**: `smtp.emaillabs.net.pl`
* **User**: Wprowadź nazwę Twojego konta SMTP w EmailLabs w formacie `1.nazwakonta.smtp`
* **Password**: Hasło SMTP ustawione w panelu EmailLabs.
* **Email address**: Adres e-mail, który ma być używany do wysyłania wiadomości.
* **Reply to address**: Adres e-mail, na który przekierowywane są odpowiedzi.
* **Sender Name**: Nazwa nadawcy wiadomości.
* **Port number**:

  * Użyj **587** z szyfrowaniem TLS.
  * Użyj **465** z szyfrowaniem SSL.
    * **SSL**: Zaznacz, jeśli wybrano port **465**.
    * **TLS**: Zaznacz, jeśli wybrano port **587**.

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

Po wprowadzeniu wszystkich danych, kliknij **Save**, aby zapisać ustawienia.
{% endstep %}

{% step %}

### **Testownie konfiguracji**

Przeprowadź testową wysyłkę e-mail, aby upewnić się, że integracja działa poprawnie. W przypadku problemów sprawdź logi wysyłki w panelu User.com i EmailLabs, aby znaleźć przyczynę błędów.
{% endstep %}
{% endstepper %}

Po poprawnej konfiguracji system User.com będzie korzystał z infrastruktury EmailLabs do wysyłki e-maili, co zapewni lepszą dostarczalność i skuteczność komunikacji.


---

# 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://newpanel.docs.emaillabs.io/integracje/cloud-based-smtp/positive-user-user.com.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.
