mirror of https://github.com/rails/rails
Document ActionMailbox::Base#bounce_with [ci skip]
This commit is contained in:
parent
5afceae886
commit
1c2747ee22
|
@ -97,6 +97,7 @@ module ActionMailbox
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
# Enqueues the given +message+ for delivery and changes the inbound email's status to +:bounced+.
|
||||||
def bounce_with(message)
|
def bounce_with(message)
|
||||||
inbound_email.bounced!
|
inbound_email.bounced!
|
||||||
message.deliver_later
|
message.deliver_later
|
||||||
|
|
Loading…
Reference in New Issue