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