2020-08-20 22:18:50 +01:00
|
|
|
|
namespace Umbraco.Core.Configuration.Models
|
2020-08-20 08:24:23 +01:00
|
|
|
|
{
|
|
|
|
|
|
public class ContentNotificationSettings
|
|
|
|
|
|
{
|
2020-08-25 10:45:54 +02:00
|
|
|
|
public string Email { get; set; }
|
2020-08-20 08:24:23 +01:00
|
|
|
|
|
|
|
|
|
|
public bool DisableHtmlEmail { get; set; } = false;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|