Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/justalever/email_subscriptions_demo

An basic email subscription workflow for a Ruby on Rails app
https://github.com/justalever/email_subscriptions_demo

emailsubscription mailer rails ruby rubyonrails

Last synced: 5 days ago
JSON representation

An basic email subscription workflow for a Ruby on Rails app

Awesome Lists containing this project

README

        

![Email Subscription Workflow - Ruby on Rails ](https://i.imgur.com/FuYzGVx.jpg)

# Email Subscription Workflow - Ruby on Rails

Website: [https://web-crunch.com](https://web-crunch.com)
Tutorial: https://web-crunch.com/posts/email-subscription-workflow-ruby-on-rails

This is the source code of a 6-part guide on creating e-mail notifications with optional settings tailored to a given user's preferences. Each user can enable or disable their e-mail subscriptions and also opt out directly from an e-mail without needing to sign in.

In the guide I build a primative project management app with a task list.