Skip to main content

SmtpCredentials

Contains SMTP credentials used for sending emails.

type SmtpCredentials {
host: String!
password: String!
port: Int!
username: String!
}

Fields

SmtpCredentials.host ● String! non-null scalar

The SMTP host to connect to.

SmtpCredentials.password ● String! non-null scalar

The password to use for authentication.

SmtpCredentials.port ● Int! non-null scalar

The port to connect to.

SmtpCredentials.username ● String! non-null scalar

The username to use for authentication.

Member of

StorefrontEmailSettings object