@using BTCPayServer.Client @using Microsoft.AspNetCore.Mvc.TagHelpers @model BTCPayServer.Models.EmailsViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePage(StoreNavPages.Emails, "Emails", Context.GetStoreData().Id); var hasCustomSettings = (Model.IsSetup() && !Model.UsesFallback()) || ViewBag.UseCustomSMTP ?? false; }

Email Rules

Configure

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

Email Server

@if (Model.IsFallbackSetup()) {
} else { } @section PageFootContent { }