> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# s_smtp_servers table

> Contains the smtp server for a shipment

## s\_smtp\_servers Table (390)

Contains the smtp server for a shipment

## Fields

| Name         | Description                                                 | Type                               | Nullable |
| ------------ | ----------------------------------------------------------- | ---------------------------------- | :------: |
| id           | Primary key                                                 | PK                                 |    No    |
| shipment\_id | Reference to the shipment which this smtp server belongs to | FK [s\_shipment](./s-shipment.mdx) |    No    |
| smtp\_server | The actual smtp server                                      | String(255)                        |    Yes   |
| smtp\_port   | The port of the SMTP server.                                | Int                                |    No    |

<img src="https://mintcdn.com/superofficeas-worktree-351-fix-webapi-escaped-anchors/KsvSyGQJCWf4OHdL/media/loc/en/database/tables/s_smtp_servers.png?fit=max&auto=format&n=KsvSyGQJCWf4OHdL&q=85&s=9600947698f49adb4f7c521cd7d9e73f" alt="s_smtp_servers table relationship diagram" width="464" height="59" data-path="media/loc/en/database/tables/s_smtp_servers.png" />

## Indexes

| Fields       | Types | Description |
| ------------ | ----- | ----------- |
| shipment\_id | FK    | Index       |

## Relationships

| Table                       | Description                                                                     |
| --------------------------- | ------------------------------------------------------------------------------- |
| [s\_shipment](./s-shipment) | Contains info about one shipment. The addresses are stored in s\_shipment\_addr |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
