# File lib/mail/message.rb, line 648
    def from=( val )
      header[:from] = val
    end