Maktoub
Maktoub is a Ruby on Rails engine for email newsletters.
- Write your newsletter as you would write any view (erb partial)
- Maktoub sends your email in multipart as both html and text
Installation
# Add this line to your Gemfile
gem 'maktoub'
Then bundle install
Compatibility
Compatible with Rails 4+. For Rails 3.1+ use version 0.3.1
Usage
Configuration
You can run rails generate maktoub:config to generate the configuration file. This task creates a matkoub.rb initializer file (in config/initializer)
Follow instructions inside the file to configure it the way you want.
Authoring
Create a newsletter as a normal view partial in app/views/maktoub/newsletters/.