In the project developed with Node.js and TypeScript, it is possible send email from someone.
For use, you need clone and run this steps from your command line:
NOTE: Before, You need rename the .env-example for .env and put your configs.
# Clone this repository
$ git clone https://github.com/luisotavio756/sendmail-bullqueue.git
# Go into the repository
$ cd sendmail-bullqueue
# Install packages
$ yarn install or npm install
# Start queue
$ yarn dev:queue or npm run dev:queue
# Run start and enjoy
$ yarn dev:server or npm run dev:server
Made with ♥ by Luis Otávio 🚀