Steps:
- Implement monkey patch for ActionMailer
- Have your mailers extend ApplicationMailer (or set
self.delivery_jobin your individual mailers) - Define ActionMailerJob
This allows you to continue using .deliver_later and .deliver_now as you do currently with ActionJob implementation.