Email Notifications
Get a single email with all your notifications every few hours, daily, or weekly.
<%= form_with model: settings, url: notifications_settings_path,
class: "flex flex-column gap-half",
method: :patch, local: true, data: { controller: "form" } do |form| %>
<%= form.label :bundle_email_frequency, "Email me about new notifications..." %>
<%= form.select :bundle_email_frequency, bundle_email_frequency_options_for(settings), {}, class: "input input--select txt-align-center", data: { action: "change->form#submit" } %>
<% end %>