RepeatMail is a tool that allows you to send emails according to a defined time until you turn off the software. You fill in the requested fields and select how many emails you want to send according to the selected seconds For example, you can send an email every 10 seconds until you decide to turn off the program.
RepeatMail requires Node.js v10+ to run.
Install the dependencies and devDependencies and start the server.
cd RepeatMail
npm i
npm run dev