Method: Net::SMTP::Response#message

Defined in:
lib/net/smtp.rb

#messageObject

The first line of the human readable reply text



1088
1089
1090
# File 'lib/net/smtp.rb', line 1088

def message
  @string.lines.first
end