Zoho Mail Plugin lets you configure your Zoho Mail account on your WordPress site enabling you to send the email via Zoho Mail API.
Category Scores
Top Issues by Category
security39
maintainability19
i18n14
repo_compliance5
Issues Details
77 issues found in latest scan
$_GET['code'] not unslashed before sanitization. Use wp_unslash() or similar
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$isSelected'.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "onMailError".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_mail".
Detected usage of a possibly undefined superglobal array index: $_POST['zmail_integ_client_id']. Check that the array index exists before using it.
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ZM4WP".
Detected usage of a non-sanitized input variable: $_POST['_wpnonce']
Plugin name "Zoho Mail for WordPress" is different from the name declared in plugin header "Zoho Mail".
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
One or more tags were ignored. Please limit your plugin to 5 tags.
The "Text Domain" header in the plugin file should only contain lowercase letters, numbers, and hyphens. Found "Zoho Mail".
The plugin name includes a restricted term. Your chosen plugin name - "Zoho Mail for WordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET['code'] not unslashed before sanitization. Use wp_unslash() or similar | 19 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 13 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$isSelected'. | 12 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "onMailError". | 7 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_mail". | 7 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_POST['zmail_integ_client_id']. Check that the array index exists before using it. | 6 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ZM4WP". | 3 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_POST['_wpnonce'] | 2 |
| mismatched_plugin_name | WARNING | Plugin name "Zoho Mail for WordPress" is different from the name declared in plugin header "Zoho Mail". | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress. | 1 |
| plugin_header_no_license | ERROR | Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license. | 1 |
| plugin_header_nonexistent_domain_path | WARNING | The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages" | 1 |
| readme_invalid_donate_link | ERROR | The "Donate link" header in the readme file must be a valid URL. | 1 |
| readme_parser_warnings_too_many_tags | WARNING | One or more tags were ignored. Please limit your plugin to 5 tags. | 1 |
| textdomain_invalid_format | ERROR | The "Text Domain" header in the plugin file should only contain lowercase letters, numbers, and hyphens. Found "Zoho Mail". | 1 |
| trademarked_term | WARNING | The plugin name includes a restricted term. Your chosen plugin name - "Zoho Mail for WordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name. | 1 |
Latest Snapshot
Findings
77
Errors
29
Warnings
48
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.6.3 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.6.3
46
Latest
- Findings
- 77
- Errors
- 29
- Warnings
- 48
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 46 | 77 | 29 | 48 | v1.6.3 | 2.0.0 | 2026.06-mvp-static-v2 |