This commit is contained in:
2020-07-09 23:28:13 +00:00
parent edb3b28750
commit c1784f85ae
4 changed files with 54 additions and 6 deletions

View File

@@ -0,0 +1,21 @@
namespace AyaNova.Biz
{
/// <summary>
/// All AyaNova smtp notification connection security
///
/// </summary>
public enum NotifyMailSecurity : int
{
None = 0,
StartTls = 1,
SSLTLS=3
//NEW ITEMS REQUIRE translation KEYS
}
}//eons