Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.46 KB

README.textile

File metadata and controls

56 lines (35 loc) · 1.46 KB

Refinery CMS Mailings

This repository is not maintained anymore.

Newsletter engine for Refinery CMS.

Features

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

Requirements

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/ .

Installation

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

How to contribute

If you find what looks like a bug:

  1. Check the GitHub issue tracker to see if anyone else has reported issue.
  2. 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:

  1. Fork the project on github.
  2. Make your changes with tests.
  3. Commit the changes without making changes to any files that aren’t related to your enhancement or fix.
  4. Send a pull request.

License

Designed and created by Alexander Jentz, Germany.

MIT License. See the included MIT-LICENSE file.