✨(plugin) add CommuneCreation plugin
Fix earlier test that was in error
This commit is contained in:
committed by
Laurent Bossavit
parent
57fd15100e
commit
87907d57de
@@ -137,10 +137,10 @@ class CommuneCreation(BaseOrganizationPlugin):
|
||||
create_domain.base = settings.MAIL_PROVISIONING_API_URL
|
||||
create_domain.url = "/domains"
|
||||
create_domain.params = {
|
||||
"name": inputs["name"],
|
||||
"name": f"{inputs["name"]}.collectivite.fr",
|
||||
"delivery": "virtual",
|
||||
"features": ["webmail","mailbox"],
|
||||
"context_name": inputs["name"],
|
||||
"context_name": f"{inputs["name"]}.collectivite.fr",
|
||||
}
|
||||
create_domain.headers = {
|
||||
"Authorization": f"Basic: {settings.MAIL_PROVISIONING_API_CREDENTIALS}"
|
||||
|
||||
Reference in New Issue
Block a user