We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47284e2 commit 2231a6aCopy full SHA for 2231a6a
1 file changed
app/controllers/ep_postmaster/mailgun_hooks_controller.rb
@@ -18,6 +18,7 @@ def bounced_email
18
19
# Can't send to noreply address
20
unless mailgun_post.bounced_notification?
21
+ logger.debug "[POSTMASTER] event_data: #{params.inspect}"
22
deliver_bounced_email_notification
23
call_bounced_email_handler if mailgun_post.undeliverable_email?
24
end
0 commit comments