# File lib/action_mailer/vendor/tmail-1.1.0/tmail/interface.rb, line 192 def from_addrs( default = nil ) if h = @header['from'] h.addrs else default end end