wsp-10317 (Update sql) Add enable\disable users ability for smart mail integration + multi-actions
This commit is contained in:
parent
1220a131a4
commit
82efa08870
48 changed files with 5110 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue