This repository is not maintained anymore.
Newsletter engine for Refinery CMS.
Mailings has the following key features:
- manage one or many subscribable newsletters with HTML description
- text- and HTML-mail support
- liquid template support
- asynchron email processing
Refinery CMS version 1.0.0 or above.
Delayed_job version 2.1.4 or above, with ActiveRecord backend.
Follow the instructions on https://github.com/collectiveidea/delayed_job/ .
To install, add refinerycms-mailings to your Gemfile
and run `bundle install`:
gem 'refinerycms-mailings'
After Mailings is installed, you will need to generate the migration files and migrate your database:
rails g refinerycms_mailings rake db:migrate
If you find what looks like a bug:
- Check the GitHub issue tracker to see if anyone else has reported issue.
- If you don’t see anything, create an issue with information on how to reproduce it.
If you want to contribute an enhancement or a fix:
- Fork the project on github.
- Make your changes with tests.
- Commit the changes without making changes to any files that aren’t related to your enhancement or fix.
- Send a pull request.
Designed and created by Alexander Jentz, Germany.
MIT License. See the included MIT-LICENSE file.