Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 354 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 354 Bytes

Email Send Service

This is a basic email sender that uses RabbitMQ to send queued email.

Usage

    yarn install

    # Initialize app
    node app.js

    # Initialize consumer
    node consumer.js

Send POST request to 'http://localhost:8080/register' endpoint with object which contains email field.