Module: Verifalia::EmailValidations::EntryClassification
- Defined in:
- lib/verifalia/email_validation/entry_classification.rb
Overview
Provides values for the supported validation statuses for a job entry.
Constant Summary collapse
- DELIVERABLE =
An
entrymarked asDeliverablerefers to an email which is deliverable. 'Deliverable'- RISKY =
An
entrymarked asRiskyrefers to an email which could be no longer valid. 'Risky'- UNDELIVERABLE =
An
entrumarked asUndeliverablerefers to an email which is either invalid or no longer deliverable. 'Undeliverable'- UNKNOWN =
An
entrymarked asUnknowncontains an email address whose deliverability is unknown. 'Unknown'