@using BTCPayServer.Client.Models @model BTCPayServer.Controllers.UIStoresController.StoreEmailRuleViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePage(StoreNavPages.Emails, "Email Rules", Context.GetStoreData().Id); }

@ViewData["Title"]

@if (Model.Rules.Any()) { }

Email rules allow BTCPay Server to send customized emails from your store based on events.

@if (Model.Rules.Any()) { } else {

There are no rules yet.

}
@section PageFootContent { }