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