https://github.com/jbox-web/mailgun-rails
Mailgun Rails provides webhook processing and event decoration to make using Mailgun with Rails much easier
https://github.com/jbox-web/mailgun-rails
mailgun rails ruby
Last synced: 26 days ago
JSON representation
Mailgun Rails provides webhook processing and event decoration to make using Mailgun with Rails much easier
- Host: GitHub
- URL: https://github.com/jbox-web/mailgun-rails
- Owner: jbox-web
- License: mit
- Created: 2016-11-01T17:04:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-02T00:53:26.000Z (12 months ago)
- Last Synced: 2025-07-02T01:24:04.886Z (12 months ago)
- Topics: mailgun, rails, ruby
- Language: Ruby
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mailgun Rails
[](https://github.com/jbox-web/mailgun-rails/blob/master/LICENSE)
[](https://github.com/jbox-web/mailgun-rails/releases/latest)
[](https://github.com/jbox-web/mailgun-rails/actions)
[](https://codeclimate.com/github/jbox-web/mailgun-rails)
[](https://codeclimate.com/github/jbox-web/mailgun-rails/coverage)
Mailgun Rails provides webhook processing and event decoration to make using Mailgun with Rails much easier.
## Installation
Put this in your `Gemfile` :
```ruby
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
gem 'mailgun-rails', github: 'jbox-web/mailgun-rails', tag: '1.0.0'
```
then run `bundle install`.