Overview
>
klyn.mails
>
PasswordAuthentication
>
PasswordAuthentication
Version 0.1.2
Overview
Index
Tree
Deprecated
klyn.mails.PasswordAuthentication.PasswordAuthentication
constructor
public PasswordAuthentication(userName as String, password as String = ""):
Description
Creates credentials.
Parameters
userName SMTP login.
password SMTP password. ```klyn import klyn.mails auth = PasswordAuthentication("user", "secret") print(auth.password != "") ```