# Integration Steps

1. Sign into your PrestaShop dashboard.
2. Select **"Advanced parameters”** in the left-hand menu, then click on the **"email"** section.
3. Select the **„Server”** tab in the side menu.<br>

   <figure><img src="/files/YHzcnrZXPZ3g0xCKASMr" alt="smtp-presta-setup"><figcaption></figcaption></figure>
4. Enable the **"Set my own SMTP parameters”** option.
5. Additionally, if you want your messages to be sent in both HTML and text versions, select **“both.”**
6. Proceed to fill in the following fields in the **“Mail Settings”** section:
   * &#x20;**Mail domain name:** email address domain from which messages will be sent.
   * **SMTP server:** enter the SMTP host address provided by EmailLabs.
   * **SMTP username:** enter your SMTP account name in this particular format: `1.youraccountname.smtp.`
   * **SMTP password:** use the password you set in the SMTP accounts tab > Active accounts > Actions > Change password.
   * **Encryption:** select "TLS" with port 587 or "SSL" with port 465.
   * **Port:** enter one of the suggested SMTP ports – 587 or 465.<br>

     <figure><img src="/files/a9e98QzVe2r1ogxd1JfN" alt="setup-smtp-prestashop"><figcaption></figcaption></figure>
7. Click the ‘**Save’** button in the bottom right corner of the page to approve the new settings.

After saving the integration settings, test the order in your shop to trigger an email and ensure that integration works correctly.


---

# 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/cloud-smtp-for-prestashop/integration-steps.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.
