A normalized recipient of an email (a to/cc/bcc address).
Recipients are stored in their own table so that addresses can be searched and indexed independently of the parent email.
Summary
Types
Functions
@spec changeset(t(), map()) :: Ecto.Changeset.t()
Builds a changeset for a recipient.
@spec kinds() :: [String.t()]
Returns the list of valid recipient kinds.