feat: Show e-mail meta data for conversations (#2708)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Nithin David Thomas
2021-07-28 14:43:44 +05:30
committed by GitHub
parent b44f9b792b
commit a47ca9cf4b
3 changed files with 95 additions and 0 deletions

View File

@@ -130,5 +130,11 @@
"SELECT": {
"PLACEHOLDER": "None"
}
},
"EMAIL_HEADER": {
"TO": "To",
"BCC": "Bcc",
"CC": "Cc",
"SUBJECT": "Subject"
}
}