# stEmailSettings

## `stEmailSettings` (STRUCT)

TYPE stEmailSettings : STRUCT

InOut:

| Name                | Type                   | Initial     |
| ------------------- | ---------------------- | ----------- |
| `eConnectionType`   | `MAIL.CONNECTION_TYPE` |             |
| `wsSMTPServer`      | `WSTRING`              |             |
| `uiSMTPPort`        | `UINT`                 |             |
| `wsUsername`        | `WSTRING`              |             |
| `wsPassword`        | `WSTRING`              |             |
| `wsSenderEmail`     | `WSTRING`              |             |
| `tTimeOut`          | `TIME`                 | TIME#20s0ms |
| `xEnableMailServer` | `BOOL`                 |             |
