# SOTE

SOTE is an e-commerce platform that provides software for online stores. Integrating with MessageFlow via SMTP allows all your email communication with customers to be sent through a professional infrastructure. Configuring an external SMTP server gives you control over your sending reputation and access to detailed sending analytics, which is fundamental for effective email communication and performance analysis.

## **Before you begin**

Make sure you have your MessageFlow SMTP credentials ready, as you will need them during the configuration process.

* You can find these credentials in your MessageFlow panel under **Email API -> Settings -> SMTP Accounts**.
* For more information, see our general documentation: [Broken mention](broken://pages/dpRhuQ0FqiSatDxOPTDp)

## **Step-by-step configuration**

The configuration consists of two main parts: first, adding the MessageFlow mail server, and second, configuring your email account to use that server.

### Part 1: Adding the MessageFlow Mail Server

1. Log in to your SOTE backend panel.
2. Navigate to the **Applications -> Mail section**.

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

3. From the left-hand menu, select the **Mail servers** tab and click **Add**.

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

4. Fill in the form fields with the following data:

* Name: Enter a name to identify the server, e.g., "MessageFlow".
* SMTP server address: `smtp.messageflow.com`
* Use encrypted connection: Select TLS.
* Port: `587`.

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

5. Click the **Save and add** button.

### Part 2: Configuring the Email Account

1. Go to the **Mail -> Email accounts** tab.
2. Click **Add** to create a new account configuration.
3. Fill in the form with the following information:
   * Mail server: Select the "MessageFlow" server you configured in the previous step.
   * Account address: Enter the email address you will be sending messages from (e.g., <shop@yourdomain.com>). Remember that this domain must be properly authorised in your MessageFlow panel beforehand.
   * Name: Enter the desired sender name (e.g., your company name).
   * SMTP server address: This should match the server address from Part 1: `smtp.messageflow.com`.
   * Username: Enter your username in the format `1.your_account_name.smtp`.
   * Password: Enter the password for your SMTP account.
4. Specify whether this email address should be the default sending address or used for sending newsletters by checking the appropriate options.

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

5. Click **Save and add**.

## **Verifying the integration**

After completing the configuration, send a test email from the SOTE panel.

Then, log in to the MessageFlow panel and go to the Email API -> Email Reports section. The sent message and its status should be visible there.


---

# 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.messageflow.com/integrations/e-commerce-and-cms/saas-platforms/sote.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.
