SmtpServerInput
Input object for SMTP server details.
input SmtpServerInput {
authentication: String!
encryption: EncryptionType
host: String!
id: ID
password: String
port: Int!
username: String!
verified: Boolean
}
Fields
SmtpServerInput.authentication ● String! non-null scalar common
The authentication method (e.g., LOGIN, PLAIN).
SmtpServerInput.encryption ● EncryptionType enum common
The encryption type (SSL, TLS, etc.).
SmtpServerInput.host ● String! non-null scalar common
The server hostname or IP address.
SmtpServerInput.id ● ID scalar common
The server hostname or IP address.
SmtpServerInput.password ● String scalar common
The password for authentication.
SmtpServerInput.port ● Int! non-null scalar common
The port number the server listens on.
SmtpServerInput.username ● String! non-null scalar common
The username for authentication.
SmtpServerInput.verified ● Boolean scalar common
Has the connection been verified.
Member of
EmailChannelCreateInput input ● EmailChannelUpdateInput input