Skip to content
Snippets Groups Projects
Commit c343a151 authored by Demian's avatar Demian
Browse files

Refactored Mail Transport and Domain Validator (#6791)

* Added validation to prevent conflicts between mail domains and mail transports:

    * When adding a new mail domain, the system now checks for existing mail transports with the same domain.
    * When adding a new mail transport (routing), the system verifies that no mail domain with the same domain exists.

* Cleaned up non-functional code in the mail transport validator.
parent c910fa29
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment