Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/justalever/email_subscriptions_demo
- Owner: justalever
- Created: 2020-06-15T03:12:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T19:27:17.000Z (about 2 years ago)
- Last Synced: 2025-01-20T21:08:56.683Z (9 days ago)
- Topics: emailsubscription, mailer, rails, ruby, rubyonrails
- Language: Ruby
- Homepage: https://web-crunch.com
- Size: 1.29 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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-railsThis 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.