diff --git a/src/app/organizations/manage/policies.component.ts b/src/app/organizations/manage/policies.component.ts
index 81d5aa0d..ef4161e3 100644
--- a/src/app/organizations/manage/policies.component.ts
+++ b/src/app/organizations/manage/policies.component.ts
@@ -109,6 +109,13 @@ export class PoliciesComponent implements OnInit {
enabled: false,
display: true,
},
+ {
+ name: this.i18nService.t('sendOptions'),
+ description: this.i18nService.t('sendOptionsPolicyDesc'),
+ type: PolicyType.SendOptions,
+ enabled: false,
+ display: true,
+ },
];
await this.load();
diff --git a/src/app/organizations/manage/policy-edit.component.html b/src/app/organizations/manage/policy-edit.component.html
index 91f78721..3fb734bd 100644
--- a/src/app/organizations/manage/policy-edit.component.html
+++ b/src/app/organizations/manage/policy-edit.component.html
@@ -35,6 +35,9 @@