MailSlurpAPI.Model.BouncedEmailDto (mailslurp v12.8.4)
Bounced email
Link to this section Summary
Link to this section Types
Specs
t() :: %MailSlurpAPI.Model.BouncedEmailDto{
bounceMta: String.t() | nil,
bounceRecipients: [String.t()] | nil,
bounceSubType: String.t() | nil,
bounceType: String.t() | nil,
createdAt: DateTime.t(),
id: String.t() | nil,
notificationType: String.t(),
sender: String.t(),
sentToRecipients: [String.t()] | nil,
userId: String.t()
}