app: add recvmail section

part of cloudron/box#804
This commit is contained in:
Girish Ramakrishnan
2021-10-02 03:03:15 -07:00
parent 0c48159244
commit 7b973f88e8
3 changed files with 148 additions and 16 deletions

View File

@@ -1295,12 +1295,19 @@
"saveAction": "Save",
"enable": "Use Cloudron Mail to send emails",
"description2": "When enabled, the app is configured to send emails via the internal mail server using this address. The internal mail server will use the {{ domain }}'s <a href=\"{{ domainConfigLink }}\">Outbound Email</a> settings to send mail. When disabled, you can configure the email settings within the app.",
"disable": "Do not configure mail settings",
"enableDescription": "The app is configured to send mails using the address below and the {{ domain }}'s <a href=\"{{ domainConfigLink }}\">Outbound Email</a> settings.",
"disable": "Do not configure app's mail delivery settings",
"enableDescription": "The app is configured to send mails using the address below and {{ domain }}'s <a href=\"{{ domainConfigLink }}\">Outbound Email</a> settings.",
"disableDescription": "The app's mail delivery settings is left alone. You can configure it inside the app."
},
"csp": {
"title": "Content Security Policy"
},
"inbox": {
"disable": "Do not configure inbox",
"disableDescription": "The app's incoming mail settings is left alone. You can configure it inside the app. Select this if the domain's email is not hosted on Cloudron.",
"title": "Incoming mail",
"enable": "Use Cloudron Mail to receive emails",
"enableDescription": "The app is configured to receive mails using the address below. Select this option if {{ domain }}'s email is hosted on this server."
}
},
"security": {