SmtpCredentialsInput
The input type setting SMTP credentials for sending emails.
input SmtpCredentialsInput {
host: String!
password: String!
port: Int!
username: String!
}
Fields
SmtpCredentialsInput.host ● String! non-null scalar
The SMTP host to connect to.
SmtpCredentialsInput.password ● String! non-null scalar
The password to use for authentication.
SmtpCredentialsInput.port ● Int! non-null scalar
The port to connect to.
SmtpCredentialsInput.username ● String! non-null scalar
The username to use for authentication.