Flowdock
method

recipients

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Mail::Message
recipients() public

No documentation

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

Hide source
# File actionmailbox/lib/action_mailbox/mail_ext/recipients.rb, line 5
    def recipients
      Array(to) + Array(cc) + Array(bcc) + Array(header[:x_original_to]).map(&:to_s)
    end
Register or log in to add new notes.