public readonly property clientName as String:
Returns the EHLO/HELO client name.
import klyn.mails session = Session.smtp("smtp.example.com") print(session.clientName)