Context for newsletter send profiles ("Send Settings").
CRUD plus service-wide default management for PhoenixKit.Email.SendProfile.
Summary
Functions
Returns the service-wide default send profile, or nil if none is set.
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.
Functions
Returns the service-wide default send profile, or nil if none is set.
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.