TF-98 [BUG] Change the name in email item in list of Sent to the list of Recipients

This commit is contained in:
dab246
2021-10-04 10:40:11 +07:00
committed by Dat H. Pham
parent 1c512edaa6
commit d8aac0ba69
3 changed files with 11 additions and 1 deletions
@@ -69,4 +69,8 @@ extension PresentationEmailExtension on PresentationEmail {
replyTo: replyTo
);
}
String recipientsName() {
return to.listEmailAddressToString() + cc.listEmailAddressToString() + bcc.listEmailAddressToString();
}
}