Is it possible to send csv filed in to gmail account?

is it possible to send csv filed in to gmail account ? if yes how can i do that

i already try send only msg and reserved it but i dont how to add file

this what i did inject into function node into email

code of function : msg ={
payload: "the LEVEL alarm has been triggered [LEVEL water is high]" + Date( ).toString(),
topic: "LEVEL is high",
to: "address@gmail.com, secondar@address",
cc: "more@address.com , example@gmail.com",
bcc: "further@recipients, more@address.com"

};
return msg

If you look at the help text for the email node it tells you how to send an attachment.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.