AuthenticationFailedException
classin packageklyn.mails
public class AuthenticationFailedException extends MessagingException:
└ AuthenticationFailedException

Raised when SMTP authentication fails.

import klyn.mails

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