# Outlook

Setting up the SMTP server in Microsoft Outlook is very intuitive:

1. Go to the **'File'** tab to integrate your account in Outlook.

   <figure><img src="/files/iu2GGJDl7CqFBx7CpGxD" alt="smtp-outlook-setup"><figcaption></figcaption></figure>
2. Then, navigate to the **'Account Settings' tab** and click on **'Server Settings'.**

   <figure><img src="/files/psH4fGxKcVQ5EDMakvcH" alt="outlook-smtp-setup"><figcaption></figcaption></figure>
3. An **'IMAP Account Settings'** window will appear. Choose the **'Outgoing Mail' tab** and fill in the fields with the following information:
   * **Server:** smtp.emaillabs.net.pl
   * **Port:** 587
   * **Encryption:** SSL/TLS or STARTTLS
   * **Outgoing server (SMTP) requires authentication:** Yes
   * **Log on using Secure Password Authentication:** Yes
   * **User Name**: 1.youraccount.smtp
   * **Password:** Enter the password for the SMTP integration created in the EmailLabs panel **(SMTP Accounts > Active Accounts > Change Password).**<br>

     <figure><img src="/files/u9dQAVDMT17FXGeDDbyP" alt=""><figcaption></figcaption></figure>
4. If everything is correct, click the **'Next'** button.

**Done!** Your email account has been configured in Microsoft Outlook.


---

# 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://docs.emaillabs.io/en/cloud-based-smtp/smtp-integrations/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.
