fabong / serviceEmail

Docker email service to use in micro services architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serviceEmail

Docker email service to use in micro services architecture

Run

To run, you need to specify some environment variables with your own settings as :

config='{"from":"Email Service <donotrespond@test.net>","token":"1234"}' PORT=8083 node app.js

Or modify the config.js and just run it like this :

node app.js

By default, the port is 8083, you could modify it with the variable PORT

About

Docker email service to use in micro services architecture

License:MIT License


Languages

Language:JavaScript 97.8%Language:Shell 2.2%