rails/actionmailbox/lib
Ronan Limon Duparcmeur 3bac56e11f Added bounce_now_with
`ActionMailbox::Base#bounce_with` enqueues the bounce email. For
situations where it is preferable to skip the email queues, this
commit introduces `#bounce_now_with`, which sends the bounce email
immediately (like `deliver_now` vs. `deliver_later`).

    # Delivers the email immediately
    MyMailbox.bounce_now_with MyMailer.my_method(args)
2023-06-28 16:17:40 +02:00
..
action_mailbox Added bounce_now_with 2023-06-28 16:17:40 +02:00
generators/action_mailbox/install Adds :inline option to Action Mailbox generator rails_command 2020-05-04 11:02:17 +05:30
rails/generators Improve mailbox generator usage docs 2022-06-21 00:30:49 -05:00
tasks Use infinitive form verb for all task descriptions 2023-02-01 22:43:04 +01:00
action_mailbox.rb Include READMEs in main framework pages of the API documentation 2023-03-21 21:16:28 +01:00