klyn.mails.AuthenticationFailedException.AuthenticationFailedException
constructor
public AuthenticationFailedException(message as String = "SMTP authentication failed"):
Description

Creates an authentication failure.

Parameters
  • message Human-readable error description. ```klyn import klyn.mails ex = AuthenticationFailedException("Bad credentials") print(ex.message) ```