public readonly property ok as Boolean:
Returns true when the response is successful or intermediate.
import klyn.mails print(SmtpResponse(250, ["250 OK"]).ok)