kortirso / 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
20 stars 3 forks source link

Make webhooks route optional if no provider present #20

Closed kortirso closed 4 months ago

zachfeldman commented 4 months ago

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)