zoho-mail-health-check

Checks Mailgun account credentials and domain TXT records for validity and deliverability risks.

8|1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/MSApps-Mobile/claude-plugins --skill zoho-mail-health-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoho-mail-health-check
Source: https://github.com/MSApps-Mobile/claude-plugins/tree/main/plugins/zoho-mail-health/skills/zoho-mail-health-check
Command: npx skills add https://github.com/MSApps-Mobile/claude-plugins --skill zoho-mail-health-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Verifies that managed Zoho Mail accounts are operational by checking account connectivity, reading recent inbox messages, sending test emails, and producing a concise diagnostic report so administrators can detect delivery or configuration issues quickly.

Core Features & Use Cases

  • Account discovery and connectivity: Confirms both configured MSApps Zoho accounts are present and reachable.
  • Inbox validation: Reads the five latest messages from each account to confirm read access and recent activity.
  • Send verification: Sends timestamped test emails from each account to validate outbound delivery.
  • Reporting and automation: Saves a structured Markdown report to the workspace and supports scheduled runs with a fallback Python API method if MCP tools are unavailable.
  • Use Case: Run this before rolling out mail-dependent automations or as a scheduled health check to catch token/configuration regressions.

Quick Start

Run the Zoho Mail health check to verify both accounts, read the five latest inbox messages, send test emails, and save the health report to the workspace.

Frequently Asked Questions about zoho-mail-health-check

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

FAQPage Schema
How do I run a Zoho Mail health check to verify account connectivity and email delivery?

To run a Zoho Mail health check, execute the Skill to verify account connectivity, read the five latest inbox messages, send test emails, and generate a structured Markdown diagnostic report saved to your workspace.

What does a Zoho Mail health report include when monitoring managed accounts?

A Zoho Mail health report includes confirmation of account reachability, validation of inbox read access for the five latest messages, verification of outbound email delivery, and detection of configuration or token regressions.

Can I schedule automated Zoho Mail monitoring for multiple accounts?

Yes, you can schedule automated Zoho Mail monitoring for the two configured MSApps Zoho accounts to detect configuration or delivery issues on demand or at scheduled intervals.

Do I need MCP tools to verify Zoho Mail accounts and send test emails?

You do not strictly need MCP tools to verify Zoho Mail accounts; the Skill can call zohomail_list_accounts and zohomail_send_message, or fall back to a Python direct API executed via Bash if MCP tools are unavailable.

What is the best way to detect Zoho Mail configuration issues before deploying automations?

The best way to detect Zoho Mail configuration issues is running a health check that validates account connectivity, inbox reads, and outbound sending to catch token or configuration regressions before rolling out mail-dependent automations.

Why does my Zoho Mail test email fail when using automated health checks?

A Zoho Mail test email may fail during health checks due to configuration issues, token regressions, or connectivity problems, which the Skill detects by verifying both managed accounts and reporting outbound delivery status.