class Net::SMTP

def starttls?

If this object uses STARTTLS when the server support TLS, returns :auto.
If this object always uses STARTTLS, returns :always.
Returns truth value if this object uses STARTTLS.
def starttls?
  @starttls
end