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