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