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.
- Host: GitHub
- URL: https://github.com/linjunpop/resque_mailhopper
- Owner: linjunpop
- License: mit
- Created: 2012-02-02T23:56:51.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-12-25T07:46:01.000Z (over 10 years ago)
- Last Synced: 2025-10-09T03:32:20.008Z (10 months ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/resque_mailhopper
- Size: 37.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: MIT-LICENSE
Awesome Lists containing this project
README
ResqueMailhopper
---
# :warning::warning::warning: This project is not maintained anymore
---
This project rocks and uses MIT-LICENSE.
[](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)