6230f4d796
* Added custom Message-ID and In-Reply-To headers for conversation reply emails * Added new global config for the default domain (This is used in the above headers) * Added migration to run the config loader to load the new global config value * The subject of the conversation reply mailer was made static (This is required for threaded emails) * Added required tests
18 lines
502 B
YAML
18 lines
502 B
YAML
- name: LOGO_THUMBNAIL
|
|
value: '/brand-assets/logo_thumbnail.svg'
|
|
- name: LOGO
|
|
value: '/brand-assets/logo.svg'
|
|
- name: INSTALLATION_NAME
|
|
value: 'Chatwoot'
|
|
- name: BRAND_URL
|
|
value: 'https://www.chatwoot.com'
|
|
- name: WIDGET_BRAND_URL
|
|
value: 'https://www.chatwoot.com'
|
|
- name: TERMS_URL
|
|
value: 'https://www.chatwoot.com/terms-of-service'
|
|
- name: PRIVACY_URL
|
|
value: 'https://www.chatwoot.com/privacy-policy'
|
|
- name: DISPLAY_MANIFEST
|
|
value: true
|
|
- name: FALLBACK_DOMAIN
|
|
value: chatwoot.com
|