class EventMachine::Protocols::SmtpServer

def get_server_domain

successful EHLO or HELO command.
The domain name returned in the first line of the response to a
def get_server_domain
  "Ok EventMachine SMTP Server"
end