ActionMailer `deliver_later`, retrieving job details

Hi,

Is it possible to retrieve job details after **deliver_later?**

Thank you,

Chlark

Well there is always your production.log.

Otherwise, checkout:

Section: 6 Action Mailer Configuration

Depends on your queueing system for Active Job, most back ends provide job numbers and status

If you are using the standard inline runner, then the details should be in your production log