mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-01 05:04:28 +01:00
* Store Email Settings: Improve configuration This works with the existing settings and provides better guidance about the different store email cases. Closes #5623. * Split email and notification settings
12 lines
251 B
Plaintext
12 lines
251 B
Plaintext
@model EmailsViewModel
|
|
@{
|
|
ViewData.SetActivePage(ServerNavPages.Emails, "Emails");
|
|
}
|
|
|
|
<h3 class="mb-4">Email Server</h3>
|
|
<partial name="EmailsBody" model="Model" />
|
|
|
|
@section PageFootContent {
|
|
<partial name="_ValidationScriptsPartial" />
|
|
}
|