> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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/8-OIGQQJR0VGDXy_/media/loc/en/database/tables/s_smtp_servers.png?fit=max&auto=format&n=8-OIGQQJR0VGDXy_&q=85&s=f355fa21b749fec3c546bdea577be566" 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.


## Related topics

- [s_shipment table](/en/database/tables/s-shipment.md)
- [Test Smtp Server](/en/api/reference/restful/agent/customerservice_agent/test-smtp-server.md)
- [Accept With Smtp Email Confirmation](/en/api/reference/restful/agent/appointment_agent/accept-with-smtp-email-confirmation.md)
- [Reject With Smtp Email Confirmation](/en/api/reference/restful/agent/appointment_agent/reject-with-smtp-email-confirmation.md)
- [email_account table](/en/database/tables/email-account.md)
- [config table](/en/database/tables/config.md)
