# File lib/em/protocols/smtpserver.rb, line 189
      def send_server_greeting
        send_data "220 #{get_server_greeting}\r\n"
      end