mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-31 03:44:29 +01:00
Add Server Email Rules
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using BTCPayServer.Services.Mails;
|
||||
|
||||
namespace BTCPayServer.Models.ServerViewModels;
|
||||
|
||||
public class ServerEmailsViewModel : EmailsViewModel
|
||||
{
|
||||
[Display(Name = "Allow Stores use the Server's SMTP email settings as their default")]
|
||||
public bool EnableStoresToUseServerEmailSettings { get; set; }
|
||||
|
||||
public ServerEmailsViewModel()
|
||||
{
|
||||
}
|
||||
|
||||
public ServerEmailsViewModel(EmailSettings settings) : base(settings)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user