This is an example of how to deploy Rivet Email, and is included so other projects may include it in their tests.
Summary
Types
@type email_model() :: Rivet.Ident.Email.t()
@type email_recipient() :: email_model() | user_model()
@type user_id() :: String.t()
@type user_model() :: Rivet.Ident.User.t()
Functions
@spec get_email(email_recipient()) :: {:ok, email_model()} | {:error, reason :: any()}