# E-maily do externých aplikácii

### Údaje, ktoré budete potrebovať

{% hint style="info" %}
Ak je možné, vždy používajte zabezpečené SMTP pripojenie cez port 465. \
Z informačného hľadíska uvádzame aj nastavenia pre nezabezpečený port 25.
{% endhint %}

{% tabs %}
{% tab title="Prihlasovacie údaje" %}
Prihlasovacie meno: <vasnazov@vasastranka.sk>\
Heslo: [nastavte si vaše heslo](/emaily-stare/heslo.md)
{% endtab %}

{% tab title="SMTP (465)" %}

### Zabezpečené pripojenie (Odporúčame)

* SMTP server: smtp.exohosting.com
* Port: 465
* Zabezpečenie: SSL/TLS
  {% endtab %}

{% tab title="SMTP (587)" %}

### Alternatívne zabezpečené pripojenie (Odporúčame)

* SMTP server: smtp.exohosting.com
* Port: 587
* Zabezpečenie: STARTTLS

*Pri tomto nastavení pre zabezpečenie pripojenia je nutné vybrať **STARTTLS** a nie SSL/TLS.*
{% endtab %}

{% tab title="SMTP (25)" %}

### Nezabezpečené pripojenie (neodporúčame)

* SMTP server: smtp.\<vasadomena.koncovka>
* Port: 25
* Zabezpečenie: Nie​
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions: 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://podpora.lemonweb.sk/emaily-stare/nastavenie/aplikacie.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.
