chore: Forward outgoing email message

This commit is contained in:
iamsivin
2025-05-01 17:12:05 +05:30
parent f4ca2529ba
commit d1ac7211ec
4 changed files with 236 additions and 167 deletions
@@ -53,7 +53,7 @@ const currentChat = useMapGetter('getSelectedChat');
const currentUser = useMapGetter('getCurrentUser');
const globalConfig = useMapGetter('globalConfig/get');
const fromEmail = computed(() => props.message?.to?.[0] || props.inbox?.email);
const fromEmail = computed(() => props.inbox?.email);
const fullHTML = computed(() => {
return (