TF-98 [BUG] Change the name in email item in list of Sent to the list of Recipients
This commit is contained in:
@@ -69,4 +69,8 @@ extension PresentationEmailExtension on PresentationEmail {
|
||||
replyTo: replyTo
|
||||
);
|
||||
}
|
||||
|
||||
String recipientsName() {
|
||||
return to.listEmailAddressToString() + cc.listEmailAddressToString() + bcc.listEmailAddressToString();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user