Flowdock
method

from_address

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Mail::Message
from_address() 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/addresses.rb, line 5
    def from_address
      header[:from]&.address_list&.addresses&.first
    end
Register or log in to add new notes.