# File lib/action_mailer/vendor/tmail-1.2.3/tmail/utils.rb, line 87
  def TMail.new_message_id( fqdn = nil )
    fqdn ||= ::Socket.gethostname
    "<#{random_tag()}@#{fqdn}.tmail>"
  end