my-email-verify-api

Verify email addresses with syntax, DNS, and mailbox checks.

83|Updated May 8, 2026
One-click install
npx skills add https://github.com/myapihq/myapi --skill my-email-verify-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: my-email-verify-api
Source: https://github.com/myapihq/myapi/tree/main/skills/my-email-verify-api
Command: npx skills add https://github.com/myapihq/myapi --skill my-email-verify-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams avoid email bounces and protect sender reputation by verifying addresses before outbound campaigns are sent.

Core Features & Use Cases

  • Email Verification: Checks email syntax, DNS and MX records, and Microsoft-hosted mailbox signals to classify addresses.
  • Deliverability Filtering: Returns deliverable, undeliverable, or unknown results with confidence scoring and SMTP recommendations for uncertain cases.
  • Use Case: Prepare a marketing audience before a campaign by removing invalid addresses and routing uncertain contacts through deeper verification.

Quick Start

Use the my-email-verify-api skill to verify the deliverability of a single email address before sending a campaign.

Frequently Asked Questions about my-email-verify-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does email verification prevent bounces in marketing campaigns?

Email verification prevents bounces by checking address syntax, DNS, and MX records to classify recipients as deliverable or undeliverable before you send. This removes invalid addresses from contact lists, protecting your sender reputation from delivery failures.

What is the best way to clean an email list before sending outbound campaigns?

The best way to clean an email list is to verify each address for valid syntax and DNS records, then filter by mailbox confidence scores. This process categorizes contacts into deliverable, undeliverable, or unknown results, ensuring your outbound campaigns reach valid recipients.

Can I verify Microsoft-hosted mailboxes for deliverability filtering?

Yes, you can verify Microsoft-hosted mailboxes for deliverability filtering. The process checks specific Microsoft-hosted mailbox signals alongside standard DNS and MX records to accurately classify whether those email addresses are deliverable before your campaign.

What does an unknown email verification result mean and how should I handle it?

An unknown email verification result means the address could not be definitively classified as deliverable or undeliverable. You should handle it by routing those uncertain contacts through deeper SMTP validation for a final confidence recommendation before sending.

Do I need SMTP validation if my email verification returns a confidence score?

You need SMTP validation when your email verification returns a low confidence score or an unknown verdict. Deeper SMTP validation confirms mailbox existence for uncertain addresses, ensuring your outbound campaigns avoid bounces and maintain deliverability.