Method: Ingresses::Mailgun::InboundEmailsController#create

Defined in:
actionmailbox/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb

#createObject



49
50
51
# File 'actionmailbox/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb', line 49

def create
  ActionMailbox::InboundEmail.create_and_extract_message_id! mail
end