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