项目作者: matheuseabra

项目描述 :
:incoming_envelope: Mail sending microservice built with Express.js, Docker and MongoDB
高级语言: JavaScript
项目地址: git://github.com/matheuseabra/envelope.git
创建时间: 2020-01-26T21:45:28Z
项目社区:https://github.com/matheuseabra/envelope

开源协议:MIT License

下载


Envelope 📨

Mail sending microservice built with Node.js, Docker and MongoDB.

Send emails to a list the easy way.

Features

  • Import a list in CSV and relate it to a tag;
  • Send message to one or more tags;
  • List subscribers in one or more tags;
  • Viewing the shipping progress (completed / not completed);

Non-functional resources

  • Use Amazon SES (\$ 1 - 10,000);
  • Using MongoDB;
  • Use Express;
  • Use messaging service (Redis);

Business rules

  • On import, if the tag does not exist, it must be created;
  • On import, if the user already exists, we will only serve it with the tag;
  • The import must allow multiple tags;