class EventMachine::Protocols::SmtpServer

def process_quit

def process_quit
  send_data "221 Ok\r\n"
  close_connection_after_writing
end