class Net::SMTP

def starttls_always?

true if this object uses STARTTLS.
def starttls_always?
  @starttls == :always
end