> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-add-read-me-page.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-add-read-me-page/EIlQsei6VFGz7-lR/media/loc/en/database/tables/s_smtp_servers.png?fit=max&auto=format&n=EIlQsei6VFGz7-lR&q=85&s=761f6c049db2ae091ad36c7ef5d161a1" 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.
