2.0.1
-
The built-in mailer class now resolves correctly when email deliveries are processed by a separate background job process in development. This should fix the
NameError: uninitialized constant Rodauth::Rails::Feature
errors.The mailer class was renamed from
Rodauth::Rails::Feature::Email::Mailer
toRodauth::Rails::Mailer
, so any previously enqueued email deliveries will fail. However, the built-in mailer shouldn't be used in production anyway.