diff --git a/backend/extensions/Squidex.Extensions/Actions/Email/EmailAction.cs b/backend/extensions/Squidex.Extensions/Actions/Email/EmailAction.cs index 187549a7a..f6df36b78 100644 --- a/backend/extensions/Squidex.Extensions/Actions/Email/EmailAction.cs +++ b/backend/extensions/Squidex.Extensions/Actions/Email/EmailAction.cs @@ -31,7 +31,6 @@ namespace Squidex.Extensions.Actions.Email [DataType(DataType.Text)] public int ServerPort { get; set; } - [LocalizedRequired] [Display(Name = "Use SSL", Description = "Specify whether the SMPT client uses Secure Sockets Layer (SSL) to encrypt the connection.")] [DataType(DataType.Text)] public bool ServerUseSsl { get; set; }