use domain from setting à sending credentials against smtp server
This commit is contained in:
parent
4a314400ab
commit
c8321fc72f
2 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ namespace Yavsc
|
|||
public int Port { get; set; }
|
||||
public string UserName { get; set; }
|
||||
public string Password { get; set; }
|
||||
public string Domain { get; set; }
|
||||
|
||||
public bool EnableSSL { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue