btcpayserver/BTCPayServer/Views/Shared/NotificationEmailWarning.cshtml
2022-01-14 13:46:03 +09:00

6 lines
455 B
Text

<div class="alert alert-warning alert-dismissible">
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close">
<vc:icon symbol="close" />
</button>
The Email settings have not been configured on this server or store yet. Setting this field will not send emails until then. <a asp-action="Emails" asp-controller="UIStores" asp-route-storeId="@Model" class="alert-link">Configure store email settings</a>
</div>