(domains) add action required status on MailDomain

Create a new domain status to handle cases where
action is required from an external domain owner
for a domain to be fully functional.
This commit is contained in:
Sabrina Demagny
2025-02-02 22:29:45 +01:00
parent 4fb5d87df9
commit d48a3ff677
5 changed files with 30 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to
### Added
- ✨(domains) add action required status on MailDomain
- ✨(dimail) send pending mailboxes upon domain activation
### Fixed
@@ -17,7 +18,6 @@ and this project adheres to
- 🚑️(plugins) fix name from SIRET specific case #674
- 🐛(api) restrict mailbox sync to enabled domains
## [1.10.1] - 2025-01-27
### Added