SMTP
No description
type SMTP {
secure: Boolean
host: String
port: Int
authentication: Boolean
username: String
password: String
}
Fields
SMTP.secure ● Boolean scalar
SMTP.host ● String scalar
SMTP.port ● Int scalar
SMTP.authentication ● Boolean scalar
SMTP.username ● String scalar
SMTP.password ● String scalar
Member Of
EmailConfiguration object