klyn.mails.Session.effectivePort
property
public readonly property effectivePort as Int:
Description
Returns the effective SMTP port for this session.
import klyn.mails

session = Session.smtp("smtp.example.com", security=MailSecurity.STARTTLS)
print(session.effectivePort)