rails/actionmailbox/test/unit
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
..
inbound_email Allow skipping incineration of processed emails 2019-02-06 19:28:49 -05:00
mail_ext Add X-Forwarded-To addresses to recipients 2022-11-22 15:41:28 +00:00
mailbox Added bounce_now_with 2023-06-28 16:17:40 +02:00
inbound_email_test.rb Problem: ActionMailbox uses default ActiveStorage service 2021-06-30 09:33:29 -07:00
relayer_test.rb
router_test.rb Tweak unreachable assertion tests in the block of assert_raises 2021-08-17 20:33:08 +09:00
test_helper_test.rb Correct the assertion argument order 2019-08-08 00:06:34 +05:30