diff --git a/frontend/src/components/Activities.vue b/frontend/src/components/Activities.vue index f1d6f533..5b7befc4 100644 --- a/frontend/src/components/Activities.vue +++ b/frontend/src/components/Activities.vue @@ -354,7 +354,7 @@
-
+
{{ activity.data.sender_full_name }} @@ -376,6 +376,16 @@
+
+ TO: + {{ activity.data.recipients }} + , + CC: + {{ activity.data.cc }} + , + BCC: + {{ activity.data.bcc }} +
x.name), - cc: cc.join(','), - bcc: bcc.join(','), + cc: cc.join(', '), + bcc: bcc.join(', '), subject: 'Email from Agent', content: newEmail.value, doctype: props.doctype,