btcpayserver/BTCPayServer/Views/Shared/NotificationEmailWarning.cshtml
2019-11-15 11:24:27 +01:00

6 lines
454 B
Plaintext

<div class="alert alert-warning alert-dismissible">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</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="Stores" asp-route-storeId="@Model" class="alert-link">Configure store email settings</a>
</div>