项目作者: matheuseabra
项目描述 :
:incoming_envelope: Mail sending microservice built with Express.js, Docker and MongoDB
高级语言: JavaScript
项目地址: git://github.com/matheuseabra/envelope.git
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;