Skip to content
railsengines.com

Emailbutler

Simple email tracker for Ruby on Rails applications. Emailbutler allows you to track sending params and delivery status of emails, resend them if required

No ratings yet
Gem
emailbutler
Repository
kortirso/emailbutler
License
MIT
Stars
33
Added
August 13, 2026

About

Simple email tracker for Ruby on Rails applications. Emailbutler allows you to track sending params and delivery status of emails, resend them if required.

Emailbutler allows you to monitor the sending of letters, collects notifications from providers about the success of delivery and adds an UI for monitoring deliveries with filtering by recipients, mailers and actions.

What you get

  • go to Mail settings,
  • turn on Event Webhook,
  • in the HTTP POST URL field, paste the URL to webhook controller of your app (host/emailbutler/webhooks/sendgrid),
  • select all deliverability data,
  • save settings.

Mounting it

ruby
# Gemfile
gem "emailbutler"

# config/routes.rb
mount Emailbutler::Engine, at: "/emailbutler"

Details

33 stars on GitHub · MIT licensed · maintained by kortirso. Source: https://github.com/kortirso/emailbutler

Discussion (0)

Sign in to join the discussion.

No comments yet.