# File lib/protocols/smtpserver.rb, line 116 116: def send_server_greeting 117: send_data "220 #{get_server_greeting}\r\n" 118: end