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
- Host: GitHub
- URL: https://github.com/colinbut/subscription-service
- Owner: colinbut
- Created: 2018-03-04T23:19:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T21:48:38.000Z (over 8 years ago)
- Last Synced: 2025-02-01T14:46:09.617Z (over 1 year ago)
- Topics: rabbitmq, ruby
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```