EmailStatus.java

package com.wilzwert.myjobs.core.domain.model.user;

public enum EmailStatus {
    PENDING,
    VALIDATED,
    BLACKLISTED
}