mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-01 20:34:38 +01:00
9 lines
618 B
Plaintext
9 lines
618 B
Plaintext
@using BTCPayServer.Plugins.Emails
|
|
<div class="alert alert-warning alert-dismissible">
|
|
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="@StringLocalizer["Close"]">
|
|
<vc:icon symbol="close" />
|
|
</button>
|
|
<span text-translate="true">The Email settings have not been configured on this server or store yet. Setting this field will not send emails until then.</span>
|
|
<a asp-area="@EmailsPlugin.Area" asp-action="StoreEmailSettings" asp-controller="UIStoresEmail" asp-route-storeId="@Model" class="alert-link" text-translate="true">Configure store email settings</a>
|
|
</div>
|