> ## Documentation Index
> Fetch the complete documentation index at: https://wavecnct.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# SMTP

> Connect any SMTP server to send Wave emails

<Info>
  Available on the **Enterprise** plan.
</Info>

The SMTP integration lets you connect any SMTP server to Wave for outbound email sending. Use this if your email provider isn't natively supported, or if your organization runs its own mail server.

## How to Connect

<Steps>
  <Step title="Open the integration">
    Go to **Integrations → SMTP**.
  </Step>

  <Step title="Enter your server details">
    Fill in the fields below.
  </Step>

  <Step title="Save">
    Click **Save** to connect.
  </Step>
</Steps>

| Field      | Description                          | Example            |
| ---------- | ------------------------------------ | ------------------ |
| From email | The address emails will be sent from | `you@company.com`  |
| Username   | Your SMTP username                   | `you@company.com`  |
| Password   | Your SMTP password or app password   | `••••••••`         |
| Host       | Your SMTP server hostname            | `smtp.company.com` |
| Port       | SMTP port                            | `587`              |

Your credentials (username and password) are stored securely.

## What Gets Synced

This integration is for sending only.

**Direction**: Outbound only (Wave → your SMTP server → recipient)

**When**: Per email send (no background sync)

## Features

* Works with any SMTP server, including corporate mail servers, Google Workspace, Amazon SES, Mailgun, and others.
* Supports SSL/TLS connections.

## Limitations & Requirements

* Your SMTP server must allow outbound email from Wave's IP range. Some corporate servers require IP allowlisting.
* Two-factor authentication may require an app-specific password instead of your regular password.
* Can be connected at the user or team level.

## Disconnecting

Go to **Integrations → SMTP** and click **Disconnect**. This removes your credentials. Future Wave emails revert to the default Wave sender address.
