bulk-mail-cli
bulk-mail-cli copied to clipboard
General Question: How to include EMAIL and PASSWORD inside an .env file
So that it is NOT required when running the code nor it is hardcoded inside the json file
Best regards
Not sure if we support a .env file out of the box, but this may help: https://github.com/kumarabhirup/bulk-mail-cli#send-the-mail-
You can cat .env and dynamically prefix its output to the bulkmail command I guess.
Lemme know when it works.