This commit is contained in:
12
Yavsc/Settings/SmtpSettings.cs
Normal file
12
Yavsc/Settings/SmtpSettings.cs
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
namespace Yavsc
|
||||
{
|
||||
public class SmtpSettings
|
||||
{
|
||||
public string Host { get; set; }
|
||||
public int Port { get; set; }
|
||||
|
||||
public bool EnableSSL { get; set; }
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user