Initial Commit ...
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace xMessageService.Models {
|
||||
public partial class XMailConfiguration {
|
||||
public string Title { get; set; }
|
||||
public string Host { get; set; }
|
||||
public int Port { get; set; }
|
||||
public bool EnableSsl { get; set; }
|
||||
public string Username { get; set; }
|
||||
public string Password { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user