That will require to monkey https://github.com/rails/rails/blob/master/actionmailer/lib/action_mailer/delivery_job.rb
On Thu, Feb 12, 2015 at 3:08 PM, DHH <[email protected]> wrote: > That's easily possible already by just swallowing the exception with > rescue_from(DeliverException) { } # No retry. > > Could think about wrapping that pattern, but it's not an example I find > compelling for passing through adapter options. > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/d/optout.
