Skip to content

taskforcesh/bullmq-mailbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BullMQ Tutorial - Mailbot

This tutorial shows how to easily create a bot for sending emails. The tutorial is divided into several parts, every part is located on a different branch so that you can navigate the code easily matching the tutorial text.

Install

Just clone this repo and when inside the repo install the dependencies:

   yarn

after that you can build the sources:

   yarn build

and run the service:

   yarn start

Note, in order to be able to send emails with this module you need to setup valid credentials for AWS as well as having a local Redis™ instance running.

To test the service, in a separate terminal run:

   yarn test 'your_test@email.com'

About

A BullMQ tutorial for building a email sending microservice.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published