make mailbox optional

This commit is contained in:
Girish Ramakrishnan
2021-03-16 22:41:25 -07:00
parent b18f42b372
commit 10fee49e9a
3 changed files with 30 additions and 21 deletions

View File

@@ -1200,7 +1200,9 @@
"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.",
"mailboxPlaceholder": "Leave empty to use platform default",
"saveAction": "Save"
"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."
},
"csp": {
"title": "Content Security Policy"