MailServerStateMessage
MailServerStateMessage (ENUM)
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
InOut:
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
Zuletzt aktualisiert

