# Outlook

### 🔧 **Outlook SMTP Configuration (Microsoft 365 / Outlook.com)**

| Setting     | Value                                                                                   |
| ----------- | --------------------------------------------------------------------------------------- |
| SMTP Server | `smtp.office365.com`                                                                    |
| Port        | `587`                                                                                   |
| Encryption  | `STARTTLS` or `TLS`                                                                     |
| Username    | Your Outlook email address (e.g., <yourname@outlook.com>)                               |
| Password    | Your account password or **App Password** if two-factor authentication (2FA) is enabled |

***

### 🎯 **How to Use SMTP with Outlook (Desktop App)**

If you're setting up **email sending via SMTP in Outlook for Windows/macOS**:

#### ✅ Step 1: Add your email account

1. Open **Outlook**.
2. Go to **File** → **Account Settings** → **New**.
3. Enter your Outlook email address → Click **Connect**.

Outlook usually configures settings automatically. If you want to set it up manually:

#### ✅ Step 2: Choose **Advanced Setup** → **Internet Email**

Fill in the following settings:

* **Email Address:** Your Outlook email
* **Account Type:** IMAP (for receiving) or SMTP only if you're just sending
* **Incoming Mail Server (IMAP):** `imap-mail.outlook.com`, Port `993`, SSL
* **Outgoing Mail Server (SMTP):** `smtp.office365.com`, Port `587`, STARTTLS

***

### 🔐 **Using SMTP config**

Make sure to:

1. **Enable Two-Factor Authentication (2FA)** on your Microsoft account
2. **Generate an App Password**:
   * Go to: <https://security.microsoft.com>
   * Navigate to **Security info** → **Add method** → Select **App password**
   * Generate an app password and use it instead of your normal password in SMTP settings

***

### **Test your SMTP:**

* Go to admin app **Pre-order** -> **Settings** page -> **General** setting
* Config SMTP provider Outlook and send test email

***

📩 Need Help?&#x20;

If you encounter any difficulties during setup, please don’t hesitate to reach out via **chat** or email us at **<hi@globosoftware.net>**. We're always here to help!


---

# 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.globo.io/pre-order/setting/smtp-configuration/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.
