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