Files
server/opt/psa/admin/cp/queries/ServerMailSmarthostPage.graphql
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

17 lines
302 B
GraphQL

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