Fix amdinDomain not passed to the MailRelaySettingsItem
This commit is contained in:
@@ -247,9 +247,9 @@
|
||||
"url": "Server URL"
|
||||
},
|
||||
"cloudflarePortWarning": "Cloudflare proxying must be disabled on the dashboard domain to access the LDAP server",
|
||||
"enable": "Enable LDAP Server",
|
||||
"enable": "Enable LDAP server",
|
||||
"title": "LDAP Server",
|
||||
"enabled": "Enable LDAP Server"
|
||||
"enabled": "Enable LDAP server"
|
||||
},
|
||||
"title": "Users"
|
||||
},
|
||||
@@ -1012,7 +1012,7 @@
|
||||
},
|
||||
"catchall": {
|
||||
"title": "Catch-all",
|
||||
"description": "Emails sent to non existing addresses will be forwarded to the following mailboxes.",
|
||||
"description": "Emails sent to non-existing addresses will be forwarded to the following mailboxes",
|
||||
"saveAction": "Save"
|
||||
},
|
||||
"incomingServerInfo": "Incoming Mail (IMAP)",
|
||||
@@ -1020,16 +1020,16 @@
|
||||
"incomingUserInfo": "Username",
|
||||
"incomingPasswordInfo": "Password",
|
||||
"incomingPasswordUsage": "Password of the owner of the mailbox",
|
||||
"description": "Receive incoming emails for this domain."
|
||||
"description": "Receive incoming emails for this domain"
|
||||
},
|
||||
"outbound": {
|
||||
"title": "Email Relay",
|
||||
"description": "This mail server (Smart host) will be used to send the outbound mails of apps installed under this domain.",
|
||||
"noopAdminDomainWarning": "Cloudron cannot send user invites, password reset and other notifications when email is disabled on the primary domain",
|
||||
"noopNonAdminDomainWarning": "Cloudron cannot provide email sending for apps hosted under this domain when email is disabled.",
|
||||
"description": "Configure outbound mail delivery for this domain",
|
||||
"noopAdminDomainWarning": "Cloudron cannot send user invites, password reset and other notifications when outbound email is disabled on the primary domain",
|
||||
"noopNonAdminDomainWarning": "No email will be sent from this domain",
|
||||
"mailRelay": {
|
||||
"host": "SMTP Host",
|
||||
"port": "SMTP Port (STARTTLS)",
|
||||
"host": "SMTP host",
|
||||
"port": "SMTP port (STARTTLS)",
|
||||
"selfsignedCheckbox": "Accept self-signed certificate",
|
||||
"apiTokenOrKey": "API Token/Key",
|
||||
"username": "Username",
|
||||
@@ -1039,9 +1039,11 @@
|
||||
},
|
||||
"signature": {
|
||||
"title": "Email Signature",
|
||||
"description": "The text here will be attached to all emails going out from this domain.",
|
||||
"plainTextFormat": "Text Format",
|
||||
"htmlFormat": "HTML Format"
|
||||
"description": "The text here will be attached to all outbound mail from this domain.",
|
||||
"plainTextFormat": "Text format",
|
||||
"htmlFormat": "HTML format",
|
||||
"customSignatureSet": "Custom signature configured",
|
||||
"noSignatureSet": "No signature configured"
|
||||
},
|
||||
"dnsStatus": {
|
||||
"description": "Status of DNS Records may show an error while DNS is propagating (~5 minutes). See the <a href=\"{{ emailDnsDocsLink }}\" target=\"_blank\">troubleshooting</a> docs for help.",
|
||||
@@ -1117,8 +1119,8 @@
|
||||
},
|
||||
"howToConnectInfoModal": "Configuring Email Clients",
|
||||
"customFrom": {
|
||||
"title": "Allow Custom From",
|
||||
"description": "Lets authenticated users and apps send emails using any From address."
|
||||
"title": "Allow custom from address",
|
||||
"description": "Let authenticated users and apps use any from address"
|
||||
}
|
||||
},
|
||||
"app": {
|
||||
@@ -1232,7 +1234,7 @@
|
||||
},
|
||||
"email": {
|
||||
"from": {
|
||||
"title": "Mail From Address",
|
||||
"title": "Mail from address",
|
||||
"mailboxPlaceholder": "Mailbox name",
|
||||
"saveAction": "Save",
|
||||
"enable": "Use Cloudron Mail to send email",
|
||||
|
||||
Reference in New Issue
Block a user