Flowdock
method

mail

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: InboundEmailsController
mail() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionmailbox/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb, line 58
      def mail
        params.require(:email).tap do |raw_email|
          envelope["to"].each { |to| raw_email.prepend("X-Original-To: ", to, "\n") } if params.key?(:envelope)
        end
      end
Register or log in to add new notes.