lib/emailbutler.rb in emailbutler-0.8.1 vs lib/emailbutler.rb in emailbutler-0.8.2
- old
+ new
@@ -22,15 +22,9 @@
# config.adapter = Emailbutler::Adapters::ActiveRecord.new
# config.providers = %i[sendgrid]
# end
#
def configure
- ActiveSupport::Deprecation.new.warn(
- '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.'
- )
-
yield configuration
configuration.validate
end