You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added the feature of setting access restriction type and email/domain whitelist blaklist
* Added the feature of smtp configuration
* Updated messages and docs
* resolved the delete command bug if one domain exist
* Updated content and all other changes
* resolved all conflicts
* resolved all the bugs in cli
---------
Co-authored-by: muskansoninmh <muskansoninmh1@gmail.com>
iferr:=prompt.Confirm("Adding Domain/Email to "+restrictionType[num] +" will result in the deletion of all "+resp.ListType+" Domains/Emails. Are you sure you want to proceed?",
86
+
&shouldAdd); err!=nil {
87
+
returnerr
88
+
}
89
+
} else {
90
+
shouldAdd=true
91
+
}
92
+
93
+
AddEmail.Domains=append(AddEmail.Domains, email)
94
+
95
+
} else {
96
+
iferr:=prompt.Confirm("Disabling access restriction will result in the deletion of all Whitelist/Blacklist Domains/Emails. Are you sure you want to proceed?",
0 commit comments