# MailServerStateMessage

## `MailServerStateMessage` (ENUM)

TYPE MailServerStateMessage : NOT\_CONNECTED, // Not yet connected CONNECTED, // connection established TIME\_OUT, // A timeout occured INVALID\_SERVER\_NAME, // Invalid server name (Maybe wrong input syntax) NO\_TEXT\_MESSAGE, // No response message from server WRONG\_SERVER, // Server is no SMTP server TLS\_CONNECTION\_CONTEXT\_FAILED, // Encrypted connection failed, because TLS context couldn’t created RESULT\_CHECK\_ERROR // Result of the server response failed

)

Attributes: : `qualified_only`<br>

InOut:

| Name                                            | Comment                                                                     |
| ----------------------------------------------- | --------------------------------------------------------------------------- |
| <p><br><br>NOT\_CONNECTED</p>                   | Not yet connected                                                           |
| <p><br><br>CONNECTED</p>                        | connection established                                                      |
| <p><br><br>TIME\_OUT</p>                        | A timeout occured                                                           |
| <p><br><br>INVALID\_SERVER\_NAME</p>            | Invalid server name (Maybe wrong input syntax)                              |
| <p><br><br>NO\_TEXT\_MESSAGE</p>                | No response message from server                                             |
| <p><br><br>WRONG\_SERVER</p>                    | Server is no SMTP server                                                    |
| <p><br><br>TLS\_CONNECTION\_CONTEXT\_FAILED</p> | <p>Encrypted connection failed, because TLS context couldn’t<br>created</p> |
| <p><br><br>RESULT\_CHECK\_ERROR</p>             | Result of the server response failed                                        |
