Files
server/opt/psa/admin/cp/queries/ServerMailSmarthostPage.graphql
2026-01-07 20:52:11 +01:00

17 lines
302 B
GraphQL

query ServerMailSmarthostPage {
serverMail {
smarthost {
smarthostEncryptionOptions
isServerEnabled
host
port
isAuthenticationRequired
username
encryption
}
}
os {
isWindows
}
}