method

deliver_all_later!

rails latest stable - Class: ActionMailer

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

deliver_all_later!(*deliveries, **options)
public

Enqueue many emails at once to be delivered through Active Job. When the individual job runs, it will send the email using deliver_now!. That means that the message will be sent bypassing checking perform_deliveries and raise_delivery_errors, so use with caution.