Fix error when adding attachments (#82)
This commit is contained in:
@@ -220,6 +220,9 @@ async function executeEmail(
|
||||
to: email.to,
|
||||
from: email.from,
|
||||
subject: email.subject,
|
||||
replyTo: email.replyTo ?? undefined,
|
||||
bcc: email.bcc,
|
||||
cc: email.cc,
|
||||
text,
|
||||
html: email.html ?? undefined,
|
||||
region: domain?.region ?? env.AWS_DEFAULT_REGION,
|
||||
|
Reference in New Issue
Block a user