Added the ability to sepcify a username in the email notification settings for external MTA's. We have had to add a new option called Email Sender because of this. #78

This commit is contained in:
tidusjar 2016-03-24 11:31:49 +00:00
parent 0b48627ba1
commit 2d016315c7
4 changed files with 13 additions and 3 deletions

View file

@ -6,6 +6,7 @@
public int EmailPort { get; set; }
public bool Ssl { get; set; }
public string RecipientEmail { get; set; }
public string EmailSender { get; set; }
public string EmailUsername { get; set; }
public string EmailPassword { get; set; }
public bool Enabled { get; set; }