SmtpError
An error that occurred during the last attempts to send an email.
type SmtpError {
createdAt: DateTime!
message: String!
}
Fields
SmtpError.createdAt ● DateTime! non-null scalar common
The date and time that the error occurred.
SmtpError.message ● String! non-null scalar common
The error message.
Member of
SmtpServer object