enable_tls(context = SMTP.default_ssl_context)
Instance Public methods
Enables SMTP/TLS (SMTPS: SMTP over direct TLS
connection) for this object. Must be called before the connection is
established to have any effect. context
is a OpenSSL::SSL::SSLContext object.
Please login to continue.