added catchall feature to custom domain form #377
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue