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
21
stars
3
forks
source link
Make webhooks route optional if no provider present #20
This would be great as we're getting a deprecation warning on the latest version:
DEPRECATION WARNING: Webhook endpoint should receive provider name in params. Please update webhook url in settings of your SMTP provider.Webhook without provider in params will be removed soon. (called from <main> at config/initializers/emailbutler.rb:5)
This would be great as we're getting a deprecation warning on the latest version: