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

https://github.com/linjunpop/resque_mailhopper

ResqueMailhopper extends Mailhopper to deliver emails asynchronously with Resque.
https://github.com/linjunpop/resque_mailhopper

Last synced: 10 months ago
JSON representation

ResqueMailhopper extends Mailhopper to deliver emails asynchronously with Resque.

Awesome Lists containing this project

README

          

ResqueMailhopper
---

# :warning::warning::warning: This project is not maintained anymore

---

This project rocks and uses MIT-LICENSE.

[![Build Status](https://secure.travis-ci.org/linjunpop/resque_mailhopper.png)](http://travis-ci.org/linjunpop/resque_mailhopper)

Requirements
===

Rails 3.1+

Installation
===

Add to your project’s `Gemfile`:

```
gem 'resque_mailhopper'
```

Configure Mailhopper
===

```
$ rails generate mailhopper
$ rake db:migrate
```

Start a worker
===
```
$ QUEUE=mailer rake environment resque:work
```

References
===

Mailhopper: [github.com/cerebris/mailhopper](http://github.com/cerebris/mailhopper)

Resque: [github.com/defunkt/resque](https://github.com/defunkt/resque)