@using BTCPayServer.Client @using Microsoft.AspNetCore.Mvc.TagHelpers @model BTCPayServer.Models.EmailsViewModel @{ var storeId = Context.GetStoreData().Id; ViewData.SetActivePage(StoreNavPages.Emails, StringLocalizer["Email Rules"], storeId); }
Email rules allow BTCPay Server to send customized emails from your store based on events.
Configure