@using PowderCoating.Application.DTOs.Wizard @model WizardStep7Dto @{ ViewData["Title"] = "Setup Wizard - Notifications"; var progress = ViewBag.Progress as WizardProgressDto ?? new WizardProgressDto(); int step = ViewBag.Step as int? ?? 17; } @section Styles { @await Html.PartialAsync("_WizardStyles") }
Configure which email notifications are sent to your customers when key events happen in the system.