An address that should not be sent to.
Suppressions are unique per address. Soft bounces may carry an expires_at
after which the address is deliverable again; hard bounces and complaints are
typically permanent (expires_at is nil).
Summary
Types
Functions
@spec changeset(t(), map()) :: Ecto.Changeset.t()
Builds a changeset for a suppression.
@spec reasons() :: [String.t()]
Returns the list of valid suppression reasons.