This commit is contained in:
21
server/biz/NotifyMailSecurity.cs
Normal file
21
server/biz/NotifyMailSecurity.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
namespace Sockeye.Biz
|
||||
{
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// All Sockeye smtp notification connection security
|
||||
///
|
||||
/// </summary>
|
||||
public enum NotifyMailSecurity : int
|
||||
{
|
||||
|
||||
None = 0,
|
||||
StartTls = 1,
|
||||
SSLTLS=3
|
||||
|
||||
//NEW ITEMS REQUIRE translation KEYS
|
||||
|
||||
}
|
||||
|
||||
|
||||
}//eons
|
||||
Reference in New Issue
Block a user