klyn.mails.SmtpResponse.ok
property
public readonly property ok as Boolean:
Description
Returns true when the response is successful or intermediate.
import klyn.mails

print(SmtpResponse(250, ["250 OK"]).ok)