class method self.deliver_all_later!

Ruby on Rails edge

Since v8.1.3.1

Available in: v8.1.3.1 edge

Signature

self.deliver_all_later!(*deliveries, **options)

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.

Parameters

deliveries rest
options keyrest
Source
# File actionmailer/lib/action_mailer.rb, line 72
    def deliver_all_later!(*deliveries, **options)
      _deliver_all_later("deliver_now!", *deliveries, **options)
    end

Defined in actionmailer/lib/action_mailer.rb line 72 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionMailer

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close