This commit is contained in:
Virtuworks 2015-02-23 18:13:30 -05:00
commit 423dc7af54
56 changed files with 5158 additions and 27 deletions

View file

@ -33,7 +33,7 @@ namespace WebsitePanel.Providers.Mail
[Serializable]
public class MailAccount : ServiceProviderItem
{
private bool enabled;
private bool enabled = true;
private string password;
private string replyTo;
private bool responderEnabled;