You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add compatibility for have_enqueued_mail (rails 7)
1. ActionMailer::DeliveryJob does not exist anymore
2. ActionMailer::Parameterized::DeliveryJob
According to my research they have both been superseeded by ActionMailer::MailDeliveryJob
Closes#2531
0 commit comments