public readonly property effectivePort as Int:
Returns the effective SMTP port for this session.
import klyn.mails session = Session.smtp("smtp.example.com", security=MailSecurity.STARTTLS) print(session.effectivePort)