@using PlexRequests.UI.Helpers @Html.Partial("_Sidebar") @{ int port; if (Model.EmailPort == 0) { port = 25; } else { port = Model.EmailPort; } }
Email Notifications
@if (Model.Enabled) { } else { }
@if (Model.EnableUserEmailNotifications) { } else { }
Please note that if user notifications is enabled, the email will get sent with the SMTP set-up below.