Kumar Abhirup

Results 25 comments of Kumar Abhirup

You might not regret getting this course: [vscode.pro](https://vscode.pro) by Ahmad Awais..

Still facing this issue in 2020. Would love to get help.

@inglesuniversal Few questions: - Did that warning hinder any actual working of the app, or is it just a warning when installing the app? - When and after entering what...

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...

Hi @loketi! I think you should downgrade Node to v14, that should make the error go away. Let me know if that works.

Hi, I am really busy these days with school work and itsbeam.com, I'll try to find time for this, thank you so much for the feedback, and sorry for the...

The bulk-mail-cli configuration has an `interval` config that can take a cron setting. So what you want is technically achievable in bulk-mail-cli v2. ```json { ... "configuration": { "mailInterval": "*/10...

Yes. It's B). It sends email once and then after the interval to the next one and so on. By the way, make sure you set the cron string to...

Users can adjust to rate limiting requirements by adjusting the time interval cron job setting to fit their needs. But yes, this feature would be a nice addition. Your thoughts?