Hi everyone, on the n8n Cloud? I have a problem sending attachments by email. I retrieve a file from my Google Drive which I convert to Binary
When I send the email, I receive the email but there is never an attachment.
I thought about putting a name to the document I retrieved
This is the Output of email :
[
{
“accepted”: [
],
“rejected”: [
],
“ehlo”: [
“8BITMIME”,
“AUTH PLAIN LOGIN”,
“SIZE 141557760”
],
“envelopeTime”: 40,
“messageTime”: 15,
“messageSize”: 1849,
“response”: “250 Requested mail action okay, completed: id=1MPK73-1t3Enn2W7x-00US0u”,
“envelope”: {
“from”: “[email protected]”,
“to”: [
]
},
“messageId”: “[email protected]”
}
]
Thank you for your help !