# File lib/em/protocols/smtpserver.rb, line 103 103: def post_init 104: #send_data "220 #{get_server_greeting}\r\n" (ORIGINAL) 105: #(EM.spawn {|x| x.send_data "220 #{x.get_server_greeting}\r\n"}).notify(self) 106: (EM.spawn {|x| x.send_server_greeting}).notify(self) 107: end