Method: Net::SMTP#esmtp

Defined in:
lib/net/smtp.rb

#esmtpBoolean

true if the SMTP object uses ESMTP (which it does by default).



258
259
260
# File 'lib/net/smtp.rb', line 258

def esmtp?
  @esmtp
end