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

Raising because we don't have a provider #19

Closed zachfeldman closed 4 months ago

zachfeldman commented 5 months ago

Hi there, we're using this gem without a webhook provider as we're just interested in the base functionality. When trying to upgrade to 0.8.0, we get this error:

Emailbutler::Configuration::InitializeError: At least 1 provider must be present (Emailbutler::Configuration::InitializeError)

Can you please make the provider optional again in 0.8.1? I can also work on a patch for this if you'd like. Thank you so much!

kortirso commented 4 months ago

@zachfeldman Hi, Zach, sorry for long response, are you interesting in just emails statistics and not receiving webhooks?

zachfeldman commented 4 months ago

@kortirso no problem, sorry for my long response. I was off last week!

Yes, that's exactly it, and your gem is really useful for just that without the webhooks (for us) :)

zachfeldman commented 4 months ago

Thanks @kortirso !

kortirso commented 4 months ago

Thanks @kortirso !

you are welcome, thanks for using gem