n8n-io / n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
https://n8n.io
Other
46.56k stars 6.71k forks source link

Brevo module does not send when attachment is .msg #9098

Open Avangel27 opened 5 months ago

Avangel27 commented 5 months ago

Bug Description

When trying to send attachments with .msg extension, brevo module does not work CleanShot 2024-04-09 at 15 10 34 It works with .pdf attachment, but not with .msg. I think it also did not work with files which contained json inside

To Reproduce

  1. Download a .msg file with HTTP module
  2. map it to the Attachments field
  3. Brevo e-mail will give an error CleanShot 2024-04-09 at 15 10 34

Expected behavior

The e-mail should be sent also with .msg attachments

Operating System

Ubuntu

n8n Version

1.20.0

Node.js Version

18.16.0

Database

SQLite (default)

Execution mode

main (default)

Joffcom commented 5 months ago

Hey @Avangel27,

Thanks for reporting this one, I have created NODE-1299 as the dev ticket to get this fixed.