@using BTCPayServer.Client @using Microsoft.AspNetCore.Mvc.TagHelpers @model BTCPayServer.Models.EmailsViewModel @{ var storeId = Context.GetStoreData().Id; var hasCustomSettings = (Model.IsSetup() && !Model.UsesFallback()) || ViewBag.UseCustomSMTP ?? false; ViewData.SetActivePage(StoreNavPages.Emails, "Email Rules", storeId); }
@if (Model.IsFallbackSetup()) {
} else { }

Email Rules

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

Configure
@section PageFootContent { }