# `PhoenixKit.Email.SendProfiles`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v2.13.11/lib/phoenix_kit/email/send_profiles.ex#L1)

Context for newsletter send profiles ("Send Settings").

CRUD plus service-wide default management for `PhoenixKit.Email.SendProfile`.

# `create_send_profile`

# `delete_send_profile`

# `get_default_send_profile`

Returns the service-wide default send profile, or `nil` if none is set.

# `get_send_profile`

# `get_send_profile!`

# `list_send_profiles`

# `set_default_send_profile`

Makes `send_profile` the service-wide default, clearing any previous
default in the same transaction. Bypasses the regular changeset
(raw `is_default` flips only) since no other field changes — the
partial unique index on `is_default` backstops concurrent races.

# `update_send_profile`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
