diff --git a/src/email-lexoffice-import/index.js b/src/email-lexoffice-import/index.js index b7206c1..3526ce7 100644 --- a/src/email-lexoffice-import/index.js +++ b/src/email-lexoffice-import/index.js @@ -96,7 +96,7 @@ const redirectUnparsable = async (mail, id) => { attachments: [ { filename: 'mail.eml', - content: mail, + content: String(mail), } ] })