fix up optional sendmail ui

This commit is contained in:
Girish Ramakrishnan
2021-03-17 15:03:20 -07:00
parent 613ac16601
commit 09e07868bb
4 changed files with 25 additions and 16 deletions
+6 -3
View File
@@ -1198,11 +1198,14 @@
"email": {
"from": {
"title": "Mail FROM Address",
"description": "This sets the address from which this app sends email. This app is already configured to send mail using {{ domain }}'s <a href=\"{{ domainConfigLink }}\">Outbound Email</a> settings.",
"description": "This sets the address from which this app sends email. This app is already configured to send mail using {{ domain }}'s <a href=\\\"{{ domainConfigLink }}\\\">Outbound Email</a> settings.",
"mailboxPlaceholder": "Leave empty to use platform default",
"saveAction": "Save",
"enable": "Send emails using the internal mail server",
"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."
"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.",
"disableDescription": "The app's mail delivery settings is left alone. You can configure it inside the app."
},
"csp": {
"title": "Content Security Policy"