class EventMachine::Protocols::SmtpServer

def get_server_greeting

The greeting returned in the initial connection message to the client.
def get_server_greeting
  "EventMachine SMTP Server"
end