TF-1812 Implement interactor store sending email
(cherry picked from commit d1a064ec87c9f0ebdb373c893d891db9a93a9d37)
This commit is contained in:
@@ -153,7 +153,7 @@ class EmailAPI with HandleSetErrorMixin {
|
||||
})
|
||||
};
|
||||
final emailSubmission = EmailSubmission(
|
||||
identityId: emailRequest.identity?.id?.id,
|
||||
identityId: emailRequest.identityId?.id,
|
||||
emailId: EmailId(ReferenceId(ReferencePrefix.defaultPrefix, idCreateMethod)),
|
||||
envelope: Envelope(mailFrom, recipientsList));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user