# Email Clients

#### Send office messages via secure infrastructure

This section contains instructions for configuring desktop email clients such as Outlook or Thunderbird to send messages using MessageFlow SMTP servers.

#### Why configure your email client?

Even if you use an email program for manual correspondence, routing your dispatches through MessageFlow provides advantages over a standard hosting account:

* **High deliverability**: Use our high-reputation infrastructure to significantly increase the chances of your invoices and business messages reaching the Inbox instead of the SPAM folder.
* **Tracking**: Access the status of sent messages in the MessageFlow dashboard according to the data retention period available in your plan.
* **Security**: Benefit from full transmission encryption via TLS and SSL.

### Quick configuration (Universal parameters)

Use the following data if you know how to configure an account in your program. These settings are common to all email clients:

| **Parameter**          | **Value**                                    |
| ---------------------- | -------------------------------------------- |
| Outgoing Server (SMTP) | `smtp.messageflow.com`                       |
| Port (Recommended)     | `587` (Encryption: STARTTLS / TLS)           |
| Port (Alternative)     | `465` (Encryption: SSL)                      |
| Username               | Your SMTP login (e.g., `1.accountname.smtp`) |
| Password               | Your SMTP password                           |

{% hint style="success" %}
**Where to find the password?**

The login and password for the SMTP server differ from your MessageFlow dashboard login credentials. Create them in the Email API > Settings > SMTP Accounts section.
{% endhint %}

### Available step-by-step instructions

Select your email client to view a detailed guide with screenshots:

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th><th data-hidden></th><th data-hidden data-card-cover data-type="image"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/4m89C4TNL78zDm399YfU">/pages/4m89C4TNL78zDm399YfU</a></td><td><em>Supports versions 2016, 2019, and Microsoft 365 subscriptions</em></td><td></td><td data-object-fit="contain"><a href="/files/y9f7rio4oGnGvsSv9Asp">/files/y9f7rio4oGnGvsSv9Asp</a></td><td><a href="/pages/4m89C4TNL78zDm399YfU">/pages/4m89C4TNL78zDm399YfU</a></td></tr><tr><td><a href="/pages/SLqi3gTnyQfUNcu4TmtT">/pages/SLqi3gTnyQfUNcu4TmtT</a></td><td><em>Popular, free, Open Source email client</em></td><td></td><td data-object-fit="contain"><a href="/files/0pN7MrpAediddQqCogli">/files/0pN7MrpAediddQqCogli</a></td><td><a href="/pages/SLqi3gTnyQfUNcu4TmtT">/pages/SLqi3gTnyQfUNcu4TmtT</a></td></tr></tbody></table>


---

# 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/email-clients.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.
