= private = protected
disable_starttls()
Disables SMTP/TLS (STARTTLS) for this object. Must be called before the connection is established to have any effect.
# File lib/net/smtp.rb, line 351 def disable_starttls @starttls = false @ssl_context = nil end