17 lines
302 B
GraphQL
17 lines
302 B
GraphQL
query ServerMailSmarthostPage {
|
|
serverMail {
|
|
smarthost {
|
|
smarthostEncryptionOptions
|
|
isServerEnabled
|
|
host
|
|
port
|
|
isAuthenticationRequired
|
|
username
|
|
encryption
|
|
}
|
|
}
|
|
os {
|
|
isWindows
|
|
}
|
|
}
|