Interface ISmtpCheck

interface ISmtpCheck {
    isValid: boolean;
}

Properties

Properties

isValid: boolean

true if smtp config is correct and complete. Will return false if smtp-config does not exist at all