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.

MIT License

Downloads
38.6K
Stars
19
Committers
1
emailbutler - Release 0.8.3 Latest Release

Published by kortirso 3 months ago

emailbutler - Release 0.8.2

Published by kortirso 4 months ago

Modified

  • removed deprecated webhooks action
  • webhooks route optional if no provider present
emailbutler - Release 0.8.1

Published by kortirso 5 months ago

Added

  • resend provider integration

Modified

  • make providers configuration optional
emailbutler - Release 0.8.0

Published by kortirso 6 months ago

Added

  • dry container for better dependency injections
  • validating configuration during initialization

Modified

  • webhooks endpoint with splitting params by provider
emailbutler - Release 0.7.6

Published by kortirso 6 months ago

Modified

  • gem pagy v8 styles
emailbutler - Release 0.7.5

Published by kortirso 10 months ago

Modified

  • skip serialization for strings with invalid encoding
  • inheritance from ActionController::Base

Fixed

  • skiping verify_authenticity_token
  • bug with rendering messages with blank send_to attribute
emailbutler - Release 0.7.1

Published by kortirso about 1 year ago

Fixed

  • bug with mapping smtp2go payload
emailbutler - Release 0.7.0

Published by kortirso about 1 year ago

Added

  • SMTP2GO webhooks integration
  • Github Actions integration
  • list of skip_before_action for webhooks controller
emailbutler - Release 0.6.1

Published by kortirso over 1 year ago

Modified

  • including external dependencies
  • gem dependencies
  • README
emailbutler - Release 0.6.0

Published by kortirso over 1 year ago

Fixed

  • saving uuid for mail message
  • converting string timestamp

Modified

  • modified checking message id
emailbutler - Release 0.5.7

Published by kortirso over 1 year ago

Modified

  • DELIVERABILITY_MAPPER

Fixed

  • remove pgcrypto from migration
emailbutler - Release 0.5.5

Published by kortirso over 1 year ago

emailbutler - Release 0.5.4

Published by kortirso over 1 year ago

emailbutler - Release 0.5.3

Published by kortirso over 1 year ago

Fixed

  • change base class for Emailbutler::ApplicationController
emailbutler - Release 0.5.2

Published by kortirso over 1 year ago

Modified

  • gems versions
emailbutler - Release 0.5.1

Published by kortirso almost 2 years ago

Modified

  • gems versions
emailbutler - Release 0.5.0

Published by kortirso almost 2 years ago

Added

  • pagination for show page list
  • rendering all messages with status in table

Modified

  • passing arguments for webhooks
emailbutler - Release 0.4.0

Published by kortirso almost 2 years ago

  • filtering messages by mailer, action and send_to
emailbutler - Release 0.3.0

Published by kortirso about 2 years ago

  • UI for rendering dashboard with email tracking statistics
  • password protection for UI
  • endpoints for resending and deleting messages
  • tests for dashboard controller
  • tests for messages controller
  • deserialization for GID values
emailbutler - Release 0.2.3

Published by kortirso about 2 years ago

Modified

  • removed Emailbutler::Event model, optimistic updating messages

Fixed

  • active record adapter's models