public connect() as SmtpResponse throws MessagingException:
Opens the SMTP connection and performs greeting, EHLO and optional AUTH.
import klyn.mails session = Session.smtp("smtp.example.com") transport = SmtpTransport(session)