use domain from setting à sending credentials against smtp server

This commit is contained in:
Paul Schneider 2019-03-07 12:08:17 +00:00
commit c8321fc72f
2 changed files with 2 additions and 1 deletions

View file

@ -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; }
}