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