added catchall feature to custom domain form #377

Merged
muppeth merged 5 commits from chatchall into master 2022-09-22 13:26:30 +02:00
Showing only changes of commit 4a2babc854 - Show all commits

View file

@ -28,6 +28,13 @@ form:
validate:
pattern: '[A-Za-z0-9.-]*'
required: true
-
name: catchall
markdown: true
type: checkbox
label: '**Catchall mail** - is a feature for your custom domain. It enables you to recieve any and all emails addressed to your domain even if not addressed to your email address (anything@yourdomain.ltd).'
validate:
required: false
-
name: xmpp
markdown: true