An open API service indexing awesome lists of open source software.

https://github.com/colinbut/subscription-service

A microservice that sends subscription subscribed emails to registered users
https://github.com/colinbut/subscription-service

rabbitmq ruby

Last synced: over 1 year ago
JSON representation

A microservice that sends subscription subscribed emails to registered users

Awesome Lists containing this project

README

          

# Subscription Service

A microservice that receives new registration and sends subscription email according to the new registration Marketing selections.

When someone registers, they select whether they want to subscribe to marketing emails.
This service sends subscription email after successful registration to the newly registered users as a confirmation of them subscribed to marketing emails

### Build

```bash
gem build subscription-service.gemspec
```