I have an email out node that won't take in an attached settings.js file.
The node I constructed obtains the flows.json file automatically with the package.json and settings.js files.
Errors when I include the settings... When I omit the settings file attachment, the email sends as intended.
I'm using Gmail, and I'm curious what's causing the error. Does Google not like .js files attached?
I just now changed the nodemailer object to change the settings.js to settings.js.bak suffix, and it works. I'm guessing this is a security thing on Google's end?