klyn.mails.SmtpTransport.connect
method
public connect() as SmtpResponse throws MessagingException:
Description
Opens the SMTP connection and performs greeting, EHLO and optional AUTH.
import klyn.mails

session = Session.smtp("smtp.example.com")
transport = SmtpTransport(session)