Saving
This commit is contained in:
11
PrivaPub/Models/Email/EmailConfiguration.cs
Normal file
11
PrivaPub/Models/Email/EmailConfiguration.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace PrivaPub.Models.Email
|
||||
{
|
||||
public class EmailConfiguration
|
||||
{
|
||||
public string SmtpServer { get; set; }
|
||||
public int SmtpPort { get; set; }
|
||||
public bool UseSSL { get; set; }
|
||||
public string SmtpUsername { get; set; }
|
||||
public string SmtpPassword { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user