AuthenticationFailedException
classin packageklyn.mails
public class AuthenticationFailedException extends MessagingException:
└ AuthenticationFailedException
Raised when SMTP authentication fails.
import klyn.mails

throw AuthenticationFailedException("SMTP AUTH LOGIN rejected")
Properties inherited from Exception: message
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public AuthenticationFailedException
AuthenticationFailedException(message as String = "SMTP authentication failed"):
Creates an authentication failure.
Methods inherited from Exception: toString
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml