> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nycadultedlabels.nyc/llms.txt
> Use this file to discover all available pages before exploring further.

# Email validation

> Verify student email addresses with EmailAwesome (Admin only).

**Students → Email Validation** (`/admin/validation`) verifies student emails via the EmailAwesome API.

<Warning>
  This page is **Admin-only**. Data Leads and other roles cannot open Email Validation or call its APIs.
</Warning>

<Frame caption="Email Validation — usage meter and submit workflow">
  <img src="https://mintcdn.com/district79/X_TJTzA6-ZCYK317/images/screenshots/email-validation.png?fit=max&auto=format&n=X_TJTzA6-ZCYK317&q=85&s=afba7ff8e162c924e1b4d2060e155dc0" alt="Email Validation admin page" width="1400" height="900" data-path="images/screenshots/email-validation.png" />
</Frame>

## Limits

* **1,000 validations per month** with a visual usage meter (green → amber → red)

## Workflow

<Steps>
  <Step title="Submit emails">
    Use the **Submit New** tab. Filter by "has email" or "not yet validated", select students, and click **Validate Emails**.
  </Step>

  <Step title="Wait for results">
    Jobs auto-poll every 8 seconds. Results: Valid (green), Invalid (red), Catch-all (yellow), Unknown (gray).
  </Step>

  <Step title="Apply to student records">
    Click **Apply Results** to write `emailValidationStatus` back to each student record.
  </Step>
</Steps>
